Page 1 of 1

Disappearing header and footer

Posted: Sat Feb 14, 2015 7:26 pm
by zimennik

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.


Disappearing header and footer

Posted: Sun Feb 15, 2015 12:26 am
by Illya Stepanov

Hi -

You can try set the position property to "fixed" in the builder:
Image


Disappearing header and footer

Posted: Sun Feb 15, 2015 11:14 am
by zimennik

Hi.
It alredy set "fixed".


Disappearing header and footer

Posted: Sun Feb 15, 2015 12:00 pm
by Maryna Brodina

Hello!

This post should help http://stackoverflow.com/questions/57...


Disappearing header and footer

Posted: Sun Feb 15, 2015 2:08 pm
by zimennik

Hello
YES! This is it! Thank you!