no footer on windows nokia lumia 365
Posted: Fri Oct 31, 2014 2:49 pm
Hi Terry,
Unfortunately we've reported this as a bug, I will let you know when we fix it or find a workaround.
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/
Hi Terry,
Unfortunately we've reported this as a bug, I will let you know when we fix it or find a workaround.
Thanks for the update Illya
Hi Terry,
If you're testing as web-preview on Windows Phone 8.1 device -- you can add this code on page show event on the page that has footer:
pre
codeif (navigator.userAgent.indexOf("IEMobile") != -1)
{ $("div[data-role=page] div[data-role=footer]").css("bottom", "0px"); }/code
/pre
Hello,
Bug is fixed.