Reputation: 987
I'm making an PhoneGap app using Jquery Mobile, but I have a little problem with the navigation. I've added a back button on the header of every page using this code:
<a href="#" data-rel="back" data-icon="back">Atras</a>
The problem is that it works fine on my PC browser, but when I install it on the phone it just won't work.
Any ideas?
Upvotes: 1
Views: 2000
Reputation: 10067
Did you try the Ripple emulator (Chrome version) to check if there's any JavaScript error?
Upvotes: 1
Reputation: 85318
did you look at the PhoneGap jQM Docs?
since it's a navigation problem maybe
disabling the pushState feature
as suggested. Also what version of jQM and PhoneGap are you using?
Could be related:
Upvotes: 2