How to deactivate fixed header and footer ?
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.
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/
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.
Hi Michael,
Add handlers for Input events:
Focus: Appery("mobilefooter").hide();
Blur: Appery("mobilefooter").show();
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
Hi Michael,
This works correctly when installed. This is a bug in Appery.io tester, we'll fix it.
OK Katya,
thanks for that