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 ![]()
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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 ![]()
It's a standard jQuery Mobile feature. The button will appear only if there is a page to go back to (history).
It should be, as I navigated from another page and came to this.
It also has to be Ajax navigation. What control do you use to navigate?
I use the built in event that I can select when I click am item on a list
It seems to work:
http://project.tiggzi.com/mobile-fram...
Did you add the back button to the second page?
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.
Can you share the app link (don't forget to make the link public)?
I got it, if I use full screen refresh in Navigate to page, the button won't come, which makes sense.