I use the latest xcode, childbrowser, and cordova version.
Is there a way to save the last visited page from childbrowser when I press the home button on my cell phone?
I need to save it because when I resume to my app, I need to check first if the user is still authenticated or do an autologin again. Thanks for advice or solution!
ChildBrowser supports a callback for
locationChange. You can use this to save every time URL changes. App doesn’t get any callbacks when Home button is pressed.