Page 5 of 6

Header overlap with iPhone status bar as shown in screen shot

Posted: Mon Jun 30, 2014 3:10 pm
by Shaun Summers

Hello,

I have tried the work around for changing the header depth with Javascript. This half works as it pushes the page title down but the back button remains where it is and continues to overlap with the status bar text.

I have also checked that 'UIStatusBarHidden' is set to true, which it already is.

Is there something else I should be trying?

Regards, Shaun


Header overlap with iPhone status bar as shown in screen shot

Posted: Mon Jun 30, 2014 4:48 pm
by Illya Stepanov

Hi Shaun,

The iOS keys settings like 'UIStatusBarHidden' only will affect the exported as .ipa file app.

Could you please give us a public link to your web app - and describe how we can reproduce this behaviour.


Header overlap with iPhone status bar as shown in screen shot

Posted: Mon Jun 30, 2014 4:59 pm
by Shaun Summers

Hi,

Here is the link.

http://appery.io/app/mobile-frame?src...

The issue is with IOS. Open the link in Safari then save to home screen. When you open it it will open in full screen and you'll see the issue with the back buttons.

Thanks, Shaun


Header overlap with iPhone status bar as shown in screen shot

Posted: Mon Jun 30, 2014 9:12 pm
by Illya Stepanov

Thanks, we will test it on a device (I assume you're using iOS7).


Header overlap with iPhone status bar as shown in screen shot

Posted: Tue Jul 01, 2014 3:55 am
by Shaun Summers

Yes. Thanks.


Header overlap with iPhone status bar as shown in screen shot

Posted: Wed Jul 02, 2014 11:50 am
by Maryna Brodina

Hello!

We reproduced the issue, working on it.


Header overlap with iPhone status bar as shown in screen shot

Posted: Wed Jul 02, 2014 12:09 pm
by Evgene Karachevtsev

Hello,

Could you also try to move down the button:

code$("div.ui-header").css("padding-top", "20px");
$("div.ui-header > a").css ('top', ' 23px");/code


Header overlap with iPhone status bar as shown in screen shot

Posted: Wed Jul 09, 2014 12:01 pm
by Shaun Summers

Sorry for the delay. I was on another project.

This works as a workaround. Thanks.

Is there a way to only apply these script for safari in full screen mode?


Header overlap with iPhone status bar as shown in screen shot

Posted: Wed Jul 09, 2014 12:16 pm
by Kateryna Grynko

Header overlap with iPhone status bar as shown in screen shot

Posted: Wed Jul 09, 2014 12:23 pm
by Shaun Summers

Thanks