Page 7 of 7

App hiding iPhone status line (clock etc.)

Posted: Thu Apr 17, 2014 2:13 pm
by Michael4771079

Hi Katya,
the app is published on apperyio, app name TGF Pizzeria, if you open in safari and add the login screen to home screen, when you open app you will see the status bar in the header.

I tried Benny's code css and js, it gives a margin at top of screen and covers the status bar, but the illusion is spoiled when user scrolls


App hiding iPhone status line (clock etc.)

Posted: Fri Apr 18, 2014 9:15 pm
by Maryna Brodina

Hello!

I'm sorry for taking so long to update. Could you post actual address where your app is published?


App hiding iPhone status line (clock etc.)

Posted: Fri Apr 18, 2014 9:58 pm
by Michael4771079

Hi Maryna,
it didnt work the way I needed,
so I deleted the code and unpublished the app,
I can redo and send address to support.
It would be great if we can solve this, even adding extra space to the header and displaying the status bar is OK

Just to inform you, the other issue I have on the forum, one error regarded to this code, I had forgot to delete the code before exporting IPA, which cause an error, this has why the code and web app were deleted.


App hiding iPhone status line (clock etc.)

Posted: Fri Apr 18, 2014 10:07 pm
by Alena Prykhodko

Please send it to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.


App hiding iPhone status line (clock etc.)

Posted: Fri Apr 18, 2014 10:30 pm
by Michael4771079

Thanks Alena, I will send detail to support.

cheers


App hiding iPhone status line (clock etc.)

Posted: Thu Oct 30, 2014 3:42 am
by eascards

Anyone looking for some status bar help, this is a great interactive site to look at.

http://devgirl.org/2014/07/31/phonega...

You have to edit in xCode. In the resources folder there is a config.xml file where you can find the settings in the status bar stimulator.


App hiding iPhone status line (clock etc.)

Posted: Fri Mar 20, 2015 2:32 pm
by RobertJay

Does any way now exist to use css to lower the navbar in the header so it does not overlap the iPhone status bar? Thank you.


App hiding iPhone status line (clock etc.)

Posted: Fri Mar 20, 2015 4:56 pm
by RobertJay

E.g this worked for height:
Apperyio('LocationHeaderNavBar').find('li').height('15');

But I could not get .top, .margin or .padding to similarly work.