deveu
Posts: 0
Joined: Tue Apr 08, 2014 4:10 am

Hiding Footer

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Hiding Footer

Hello,

You should use code like this:

codeAppery("mobilefooter1").hide(); /code
where mobilefooter1 is the name of your footer component.

Return to “Issues”