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...
Continue reading...