Adrian Matteo
Adrian Matteo

Reputation: 987

Jquery Mobile back button won't work

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

Answers (2)

SERPRO
SERPRO

Reputation: 10067

Did you try the Ripple emulator (Chrome version) to check if there's any JavaScript error?

Upvotes: 1

Phill Pafford
Phill Pafford

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

Related Questions