Problems with window.history using JQuery/Javascript on Cordova app in IOS9
问题 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 following failures: window.history.go(-1) fails to go back a page window.history.length is stuck at 1 even if you navigate three pages deep Links marked in jQuery as data-rel="back" fail to go back when pressed I've put together the following sample code which fails when run as a separate Cordova app under IOS9(beta) but