I work typically with 2 buttons to Jquery hide footer

Asked By 10 points N/A Posted on -
qa-featured

 

Hello expert, On full screen mode how can I hide header and footer on my Jquery mobile. Now usually I work typically with 2 buttons to Jquery hide footer. Why can’t I do it automatically? 

SHARE
Answered By 5 points N/A #171780

I work typically with 2 buttons to Jquery hide footer

qa-featured

Hello Laki,

You can try with this code above in .txt file into attachment. Maybe you will have issue with creating Toolbars that you don’t want so you can hide that by binding a handler to the pageshow event:

  1.             $("Page").live('pageshow', function(event) {
  2.             $.mobile.fixedToolbars.hide(true)
  3.             });

This is working with 1.0b2 version of JQuery Mobile.

I hope this will help!

Regards,

Williamson Mellisa

Related Questions