I checked "Render all pages in one HTML file (jQuery Mobile multi-page template)" but in android the footer menu keep refreshing from a page to another
I checked "Render all pages in one HTML file (jQuery Mobile multi-page template)" but in android the footer menu keep refreshing from a page to another
Hello!
1) Could you clarify what do you mean on footer menu? What element is there?
2) When you navigate between pages do you use full refresh?
1) it's just two buttons : https://www.dropbox.com/s/rmmye28gmds...
2) no, i'm not using full refresh
So you have Navbar in footer and when you return back to the page you want item to be selected (the item you clicked before you leaved the page)? Navbar doesn't work this way, it doesn't save state. You can do that using JS, but it won't work automatically.
The problem is not the state, this is working perfectly.
The problem is that the hole footer and the nav bar disappear and then are displayed, like if i changed all the page, and not like a normal mobile application.
And it doesn't do it in the test page : http://appery.io/app/mobile-frame?src...
Hello,
I can not see the issue which you described.
Did you try to test app as native on device?