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.