I am developing a webapp mobile application. I am using jQuery mobile 1.9 + phonegap 2.4.
When I generate a page of HTML with listview, and the page is local on the web server or local in mobile, I can click in a listview item and I see back button, because I have defined data-add-back-btn="true"
on all pages
But when I use an external link or if the local page is moved to a web server, when I click in item listview, I cannot see the back button and I can not go back.
Is this a bug in jQuery? How I can resolve this?
prueba