Hiding Footer
Posted: Wed May 07, 2014 8:17 am
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.