jQuery Mobile header disappears shortly
I use the following html to show a fixed header:
- <div data-role="header" data-position="fixed" data-tap-toggle="false">
- <h1>Title</h1>
- </div>
When scrolling through a listview, clicking a link from that listview and thus going to another page (a real page not a hidden div on the index file) and returning to the listview via a data-rel=back, the header shortly disappears/flickers. Can this be fixed?