I have a question is it possible to close the application as soon the user close the application on the mobile device. In my case it would be to redirect the user to the login page when he closes the application.
I mean with it when the user close the application complete ....like on an iPhone when the user press the button to return to his dashboard. If the user is doing that the app should close complete and if the user starts the app the app should open the login page.
I suppose that another way of putting it would be , "What event fires when the app loses focus?"
I'm curious about this too - I need to return a user to a login screen if they move to another app or the phone screen blanks (...etc...) Does anyone have an idea what event(s) I should be looking for here?