Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Update Mobile Panel

Hi,

You answered my question on how to remove headers and footers which I am now able to do thank you, but I now have a black gap in the space where the headers and footers where! How do I get the container to re size to fill this gap?

I have tried:

Code: Select all

      var h = $( window ).height(); 

var w = $( window ).width();
$( "#mobilecontainer1" ).css( "height", h );
$( "#mobilecontainer1" ).css( "width", w );
$(".ui-page").triggerHandler('updatelayout');

without success.

Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Update Mobile Panel

Hello,
Try changing padding for Page component...
code$(".ui-page").css("padding-top", "0px")/code

Joe Bohen
Posts: 0
Joined: Wed Nov 28, 2012 11:28 am

Update Mobile Panel

Hi Katya, thanks that has sorted it out.

Return to “Issues”