-
Notifications
You must be signed in to change notification settings - Fork 481
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
Deprecate StatusBar.styleDefault or document iOS 13 behaviour #165
Comments
edit CDVStatusBar.m
replace the whole method with
|
Default should be the native default and we should add styleDark |
WoooW! I had the same problem. This fix worked perfectly. |
Please, don't comment things out of topic. The issue is about deprecating styleDefault because the name is confusing (default value of statusbar is lightContent). |
when i have the time, i will create a fork and implement your suggestion |
https://github.com/codextde/cordova-plugin-statusbar-color-fix |
closing since looks like people wants default to be black as it used to instead of native default. |
styleDefault no longer sets the text to black, instead it depends on the device mode set on the device.
If device is set to dark mode, default set the text to white.
So we should deprecate it or document this new iOS 13 behaviour.
The text was updated successfully, but these errors were encountered: