Page 1 of 1

Back button not visible

Posted: Fri Jan 04, 2013 9:03 pm
by Renjith V

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 :(


Back button not visible

Posted: Fri Jan 04, 2013 9:07 pm
by maxkatz

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


Back button not visible

Posted: Fri Jan 04, 2013 9:19 pm
by Renjith V

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


Back button not visible

Posted: Fri Jan 04, 2013 9:41 pm
by maxkatz

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


Back button not visible

Posted: Fri Jan 04, 2013 10:06 pm
by Renjith V

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


Back button not visible

Posted: Fri Jan 04, 2013 11:20 pm
by maxkatz

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

Did you add the back button to the second page?


Back button not visible

Posted: Sat Jan 05, 2013 1:56 am
by Renjith V

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.


Back button not visible

Posted: Sat Jan 05, 2013 6:38 pm
by maxkatz

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


Back button not visible

Posted: Sun Jan 06, 2013 3:35 am
by Renjith V

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