How can I fix header and footer from desappearing wwen I tap screen?
I try
$("[data-role=footer]").css("position", "fixed");
$("[data-role=header]").css("position", "fixed");
But now they bouncing.
How can I fix header and footer from desappearing wwen I tap screen?
I try
$("[data-role=footer]").css("position", "fixed");
$("[data-role=header]").css("position", "fixed");
But now they bouncing.
Hi.
It alredy set "fixed".
Hello!
This post should help http://stackoverflow.com/questions/57...
Hello
YES! This is it! Thank you!