I\'m having trouble with a Cordova app under IOS9 (beta). I\'m using latest Cordova and JQuery mobile builds. The window.history is not getting updated which is causing the fol
I see this was a couple weeks ago, but I'll post this in case someone else runs into it. It sounds like it may be related to navigation events generated by a hash change in iOS 9. If so, you can add this to your index.html to disable the hash listening:
(needs to go between the jquery.js and jquery.mobile-1.4.5.js as shown here)