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.
Here is simple app which contains 2 screens with fixed footer with navbar inside. I want to save active navbaritems state after transitions so I use approach showed on http://jquerymobile.com/demos/1.1.1/docs/toolbars/footer-persist-a.html. If I use "href navigation" like in example - all work good but if I use "$.mobile.changePage() navigation" - I see wrong state of navbar (both navbaritems are highlighted).
Here is simple app which contains 2 screens with fixed footer with navbar inside. I want to save active navbaritems state after transitions so I use approach showed on http://jquerymobile.com/demos/1.1.1/docs/toolbars/footer-persist-a.html. If I use "href navigation" like in example - all work good but if I use "$.mobile.changePage() navigation" - I see wrong state of navbar (both navbaritems are highlighted).
See the examples:
href navigation
https://dl.dropbox.com/u/33175266/JQM/NavBar_href_navigation/index.html
https://dl.dropbox.com/u/33175266/JQM/NavBar_href_navigation.zip
$.mobile.changePage() navigation
https://dl.dropbox.com/u/33175266/JQM/NavBar_changePage_navigation/index.html
https://dl.dropbox.com/u/33175266/JQM/NavBar_changePage_navigation.zip
The text was updated successfully, but these errors were encountered: