Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Back button not visible

Even though I have selected the 'Back' button option in the header properties, it is not appearing. I tried unselecting/selecting again, change the text of the button, no luck :(

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Back button not visible

It's a standard jQuery Mobile feature. The button will appear only if there is a page to go back to (history).

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Back button not visible

It should be, as I navigated from another page and came to this.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Back button not visible

It also has to be Ajax navigation. What control do you use to navigate?

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Back button not visible

I use the built in event that I can select when I click am item on a list

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Back button not visible

It seems to work:
http://project.tiggzi.com/mobile-fram...

Did you add the back button to the second page?

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Back button not visible

in fact i have three pages, page 1 to page 2 and from page 2 to page 3. the back button appears correctly in page 3. But not in page 2.
Page 1 to page 2 transition is done using a click event on a List Item - this doesn't work, no back button.
Page 2 to page 3 transition is also done using a click event on a List Item - this works.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Back button not visible

Can you share the app link (don't forget to make the link public)?

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Back button not visible

I got it, if I use full screen refresh in Navigate to page, the button won't come, which makes sense.

Return to “Issues”