Skip to main content
Participant
October 25, 2013
Question

StatusBar iOs7 color

  • October 25, 2013
  • 1 reply
  • 1764 views

I noticed a strange behavior of the status bar on iOS7.

Set the white color to StatusBar bat calling camera roll and selecting a picture

will freeze the black color without the possibility

to return to the white color.

The problem is even reinstalling the application.

always the status bar fixed to black.

I have tried so many settings via InfoAdditions.

Any support would be appreciated

This topic has been closed for replies.

1 reply

chris.campbell
Legend
October 25, 2013

Could you please open a new bug report on this over at bugbase.adobe.com?  When adding the bug, please include sample code or an application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly (ccampbel@adobe.com). 

Once added, please post back with the URL so that others affected can add their comments and votes.  I'll also give the iOS team a heads up.

Thanks,

Chris

Inspiring
October 29, 2013

It sounds like the problem I logged earlier: https://bugbase.adobe.com/index.cfm?event=bug&id=3656055

chris.campbell
Legend
October 29, 2013

Thanks for the link Keith.  I passed this thread along to our iOS team and they pointed me to a possible workaround and suggested that anyone effected take a minute and cast a vote for either Keith's or Antonio's bug reports:

https://bugbase.adobe.com/index.cfm?event=bug&id=3656055

https://bugbase.adobe.com/index.cfm?event=bug&id=3655051

Changing the color is possible via a tag in InfoAddition but that cannot be changed at runtime.  You can point him to the InfoAddition workaround from here – http://forum.starling-framework.org/topic/faq-for-ios-7

Q: How I can I change the color of the text that's inside iOS 7's status bar?

A: In the AIR descriptor file, add the following flag inside the "iPhone/InfoAdditions" element:

<key>UIStatusBarStyle</key>

<string>UIStatusBarStyleLightContent</string>

The possible values are:

UIStatusBarStyleDefault -> Dark content, for use on light backgrounds

UIStatusBarStyleLightContent -> Light content, for use on dark backgrounds