Page 4 of 4

How to deactivate fixed header and footer ?

Posted: Fri Dec 06, 2013 3:22 pm
by Michael4771079

Thx Maryna,
as a work round I photoshoped a backround image with a dtp footer to the same size and colour, works for presentation purposes, but not production.


How to deactivate fixed header and footer ?

Posted: Fri Dec 06, 2013 4:45 pm
by Kateryna Grynko

Hi Michael,

Add handlers for Input events:
Focus: Appery("mobilefooter").hide();
Blur: Appery("mobilefooter").show();


How to deactivate fixed header and footer ?

Posted: Mon Jan 06, 2014 2:01 pm
by Michael4771079

Hi,
I have the handlers above on my login page, it works when I publish as a web app, but when I test in the appery iphone tester app, the footer is not hidden when inputs are clicked.

any ideas?
to test just load app in tester app on iphone, app name star3 and is shared


How to deactivate fixed header and footer ?

Posted: Mon Jan 06, 2014 3:58 pm
by Kateryna Grynko

Hi Michael,

This works correctly when installed. This is a bug in Appery.io tester, we'll fix it.


How to deactivate fixed header and footer ?

Posted: Mon Jan 06, 2014 4:00 pm
by Michael4771079

OK Katya,

thanks for that