zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Disappearing header and footer

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Disappearing header and footer

Hi -

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

zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Disappearing header and footer

Hi.
It alredy set "fixed".

zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Disappearing header and footer

Hello
YES! This is it! Thank you!

Return to “Issues”