jmarshall-com commented on issue #1319: URL: https://github.com/apache/cordova-android/issues/1319#issuecomment-913068990
Thanks for looking into this. I just now added an alert() at the end of my on_pause(), and when I press the overview button, the alert() shows briefly, so the pause event does fire and on_pause() completes. I tested this on my physical device only (emulator currently not working :/ ). I've worked around this by calling my on_resume() from the ondeviceready handler, and using a global "onresume_ran" boolean to ensure on_resume() doesn't run twice; now I simply log out if the user takes longer than 10 minutes to return. Not perfect, but it'll do. Still happy to help troubleshoot this if you want me to try anything else. Cheers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
