jQuery Mobile header disappears shortly

jQuery Mobile header disappears shortly

I use the following html to show a fixed header:

  1.         <div data-role="header" data-position="fixed" data-tap-toggle="false">
  2.             <h1>Title</h1>
  3.         </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?