Page 1 of 2

Showing status bar on iOS 6 AND(!) 7

Posted: Wed Feb 05, 2014 11:54 am
by Timo Sehrbruch

Hello there.

I am wondering if there is (or will be) any way to permanently show the status bar both on iOS 6 and 7.

When exporting to xCode the result on iOS7 is that the status bar lies transparent over the app itself, adding a 20px padding to the header WOULD fix it, but would also cause a misfitting version for iOS6 and Android.

iOS6 does not show any of the status bar.

Is there any workaround?

thank you


Showing status bar on iOS 6 AND(!) 7

Posted: Wed Feb 05, 2014 12:31 pm
by Kateryna Grynko

Hi Timo,

We'll check this.


Showing status bar on iOS 6 AND(!) 7

Posted: Wed Feb 05, 2014 2:29 pm
by Maryna Brodina

Hello! There is an issue with iOS7 version, please take a look here http://stackoverflow.com/questions/18.... You can control status bar using UIStatusBarHidden setting in info.plist. We'll add this option so you can edit UIStatusBarHidden setting through editor on iOS keys tab, but unfortunately I don't have an ETA yet.


Showing status bar on iOS 6 AND(!) 7

Posted: Wed Feb 05, 2014 3:06 pm
by Timo Sehrbruch

so there is actually no way to achieve a look like this:

Image

without a css "hack"?


Showing status bar on iOS 6 AND(!) 7

Posted: Wed Feb 05, 2014 3:23 pm
by Maryna Brodina

Yes, unfortunately there is no easy way to make it look the same for iOS6 and iOS7 and it requires customization.


Showing status bar on iOS 6 AND(!) 7

Posted: Thu Jul 24, 2014 6:45 pm
by Mike6580064

Is there any update on this issue or is hiding the status bar still the only option?


Showing status bar on iOS 6 AND(!) 7

Posted: Fri Jul 25, 2014 3:26 am
by Illya Stepanov

Hi Mike -- Sorry, could you clarify what another options do you look for?

Recently we have added plugin inside every Appery.io poject, here is new doc section:
:: http://devcenter.appery.io/documentat...


Showing status bar on iOS 6 AND(!) 7

Posted: Mon Jul 28, 2014 8:30 pm
by Mike6580064

In recent builds of my app I have run into the problem of the status bar being transparent and overlapping the header on iOS 7. This only started happening recently and was working just fine in previous builds. I didn't make any edits to source files so I'm not sure what is causing this to happen now.

I wasn't hiding the status bar (because I simply don't want to hide it).


Showing status bar on iOS 6 AND(!) 7

Posted: Wed Jul 30, 2014 1:55 pm
by Maryna Brodina

Hello!

Please try the following workaround https://getsatisfaction.com/apperyio/...


Showing status bar on iOS 6 AND(!) 7

Posted: Thu Aug 07, 2014 7:20 pm
by Mike6580064

I'll try this but I'd also like to know if this is a major problem that everyone has. And if so, what causes this problem?