It looks like you're new here. If you want to get involved, click one of these buttons!
This only looks to be an issue when running inside IOS using phonegap
I have an app that pushes two JoCards onto a joStackScroller. If the user over touches the back button on the JoToolbar it will pop off the main menu leaving the screen blank and IOS has no way to get back to the main menu without restarting the phone.
I can provide code if you need it, but, the kitchen sink app should have the same problem.
Here is my screen structure:
+-Main Menu
+----trail List
+----Feed Viewer
To recreate you must go all the way to the Feed viewer over touch the back button till the main menu slides off leaving a blank screen.
.
Any suggestion one how to fix it? I guess the back button needs to be disabled till the new screen is finished loading. So that it does not allow the silly user to click on the back button while the screen is transitioning.
This only looks to be a problem when running on IOS. Though one of my users claims to have created it on Windows 7 Chrome. I can only re create it under IOS while running in PhoneGap.
Is there a JavaScript event that fires when the screen is done loading and all CSS3 transitions are done?