I'm using jQuery mobile 1.2, jQuery 1.8 and phonegap 2.1 .
The app is
single page templates, so $.mobile.changePage("page.html") is used to navigate between pages .
Everything is fine, but all suddely,
changePage just stop working and do nothing and can't go to any other page . Just display "Failed to load resource. The request URL is not found on this server" in safari debugger .
After that happen, the app must be restarted otherwise it gets stuck on that page .