Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

header problem

Testing...

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

header problem

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.

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

header problem

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

header problem

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

header problem

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

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

header problem

Hello,

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

header problem

Thx Nikita, had typo, buttons are hiding now

Return to “Issues”