fixed and persistent footer
I have a page with header and footer, page has a list populated from REST API (15 items) - all works great but I can't get persistent footer to work.
Issue:
when I scroll thru the list, footer stays fixed at the bottom of the screen but when I click on list item that is below visible area and navigate to other page it becomes an issue. I navigate back to previous page with footer and sometimes (not always) footer shows shortly after loading and disapears once list gets created from REST, sometimes it's gone right away - footer stays at the bottom of the list no visible on the screen - it doesn't reposition itself
sometimes it helps when I scroll my list few times up and down, footer shows up again as fixed.
I've tried full page refresh and ajax navigation when going back to this page from others, happens for both...
I checked JQM docs http://jquerymobile.com/demos/1.2.0/d... and added this line to my page but it doesn;t help when list exceeds the screen
$.mobile.touchOverflowEnabled = true;
Solution
??
add "updatelayout" to tiggzi?
This seem to be very common issue for native apps. Everyone in any project wants header and footer to be fixed and persistent, no exception
Would it be possible to implement in tiggzi global solution for this?
Could you test this issue? Just FYI this is possible reason for rejection in App Store, usability is brokenThanks