header problem
Testing...
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/
Testing...
Hello!
App looks good when installed on device (iPhone4/iOS7), but it behaves in a different way in mobile browser.
Check styles you've specified, debug app to see why layout is different in browser.
sorry Maryna,
I dont follow, the layout is the same, this problem is only on device as xcode compiled app or on device as web app.
If you not succeed with resolving this issue, you can try to remove header and footer from login page.
There is a lot of custom code and custom CSS style and debugging custom code is outside the scope of our support
Thanks Maryna,
I going to hide the login button on focus and show on blur, this will force the user to use the done btn on the keyboard, and it will resolve this issue until the bug is fixed,
I tried these 2 pieces of code but neither works
Appery(btnlogin).hide()
and tried
$('#btnlogin').closest('.ui-btn').hide();
Hello,
Appery("btnlogin").hide() should work. Don't forget to take the name in quotation marks and verify it. The name is case sensitive.
Thx Nikita, had typo, buttons are hiding now