I need to navigate back to a login screen whenever the user switches back to my app, or minimizes it then opens the app again (via the home button on iOS for instance).
I know that Phonegap has a "resume" event that I can use, but for the life of me I can't figure out where I can add the addEventListener code to take advantage of the event.
Where should I add the code? The index page, on each individual page?
Should I use document.addEventListener, $window.addEventListener, $rootScope.$on, or something else?
Anything else I may be missing?
Thanks