Forum Post: RE: Disappearing header and footer - expected behaviour?

  • Thread starter Thread starter rblanchard
  • Start date Start date
Status
Not open for further replies.
R

rblanchard

Guest
I had a similar problem where my footer would disappear and then reappear. I had to add the following to the PageShow event to solve the issue. I am not sure if this is the same issue you are having. $("[data-role=footer]").css("position", "fixed"); $("[data-role=header]").css("position", "fixed");

Continue reading...
 
Status
Not open for further replies.
Back
Top