I am using jQuery Mobile and Phonegap to develop a small Android app.
I get the following problem:
I have a page A, which includes a Google map and a link in an infowindow.
When I click the link, the app will switch to the page B, and when I click the back button on the page B, the page will unexpectedly go back to page B and not to page A.
During the back-page transition, the page blinks. It seems like the page change event fires twice.
Upgrade the Phonegap to 2.1.0
they have fixed some of the issues with back and menu buttons