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, 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 the same page in an external link (domain not local) , 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?