Shaun Summers
Posts: 0
Joined: Thu Jul 25, 2013 3:49 pm

Header overlap with iPhone status bar as shown in screen shot

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Header overlap with iPhone status bar as shown in screen shot

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.

Shaun Summers
Posts: 0
Joined: Thu Jul 25, 2013 3:49 pm

Header overlap with iPhone status bar as shown in screen shot

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Header overlap with iPhone status bar as shown in screen shot

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

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

Header overlap with iPhone status bar as shown in screen shot

Hello!

We reproduced the issue, working on it.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Header overlap with iPhone status bar as shown in screen shot

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

Shaun Summers
Posts: 0
Joined: Thu Jul 25, 2013 3:49 pm

Header overlap with iPhone status bar as shown in screen shot

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?

Return to “Issues”