I am trying to hide footer
by this code & code is in page show event
Appery("mobilefooter").hide();
$(".ui-page").triggerHandler('updatelayout');
footer is not hiding
I am trying to hide footer
by this code & code is in page show event
Appery("mobilefooter").hide();
$(".ui-page").triggerHandler('updatelayout');
footer is not hiding
Hello,
You should use code like this:
codeAppery("mobilefooter1").hide(); /code
where mobilefooter1 is the name of your footer component.