You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
I'm testing out beta1 and read about the back button change. I've modified my simple site which consists of three pages:
-index
-subpage
-subsubpage
I've added data-add-back-btn="true" to the div's with data-role of page and the buttons are now appearing again. The defect is that when I click from index to subpage, then subpage to subsubpage, the back link in the upper left takes me all the way back to the index page instead of the subpage.
The links between the pages are normal A links going to separate actual pages through the default ajax (they are not separate divs within one single page).