-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin overrides color settings from StatusBarPlugin #11
Comments
Same problem here. Statusbar text is white at first for me, then changes to black after a few seconds. |
Is this an ios7 thing admittedly i have not tested on ios 7 |
FWIW, it works correctly when I set |
Yes this makes sense, i think the box is draw as white or black but then On Mon, Jan 13, 2014 at 6:45 PM, Thomas Fuchs [email protected]:
|
Is there a fix to this? I'm trying to use this plugin alongside the StatusBar plug-in and have similar issues: with UIViewControllerBasedStatusBarAppearance set to YES the tap listener works, but the statusbar color/visibility is broken. With UIViewControllerBasedStatusBarAppearance set to NO the visibility works fine but no tap event is fired. |
Just upgraded to Cordova 3.4.1, @demerzel3 perhaps try upgrading if you haven't and see if that fixes it. |
Any update on this issue? The |
I'm also having this problem - any help would be great! |
…via plugin.xml to prevent statusbar color settings being overwritten. this fixes issue j-mcnally#11.
Add this - and it will change the text color of the status-bar to white:
Make sure you also have the following in your plist:
|
plugin.xml to prevent statusbar color settings being overwritten. this fixes issue j-mcnally#11. j-mcnally#11
When used together with the https://github.com/phonegap-build/StatusBarPlugin plugin, the color settings are lost and status bar changes back to default style.
Haven't had a chance to dig deep into the code to figure out why, but will update this ticket once I find it.
The text was updated successfully, but these errors were encountered: