Page 2 of 2

header problem

Posted: Fri Mar 28, 2014 9:20 am
by Maryna Brodina

Testing...


header problem

Posted: Fri Mar 28, 2014 12:14 pm
by Maryna Brodina

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.


header problem

Posted: Fri Mar 28, 2014 12:33 pm
by Michael4771079

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.


header problem

Posted: Fri Mar 28, 2014 12:59 pm
by Maryna Brodina

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


header problem

Posted: Fri Mar 28, 2014 1:10 pm
by Michael4771079

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();


header problem

Posted: Fri Mar 28, 2014 3:28 pm
by Nikita

Hello,

Appery("btnlogin").hide() should work. Don't forget to take the name in quotation marks and verify it. The name is case sensitive.


header problem

Posted: Fri Mar 28, 2014 3:45 pm
by Michael4771079

Thx Nikita, had typo, buttons are hiding now