-
Notifications
You must be signed in to change notification settings - Fork 6
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
status should appears on iOS #81
Comments
on IRmobi we configure statusBar on config.xml preferences and seems to work.
Then I do it manualy on bootstrap statusBar: function() {
StatusBar.styleDefault(); // dark text, for light backgrounds
//StatusBar.styleLightContent(); // light text, for dark backgrounds
StatusBar.backgroundColorByHexString(STYLE.brandPrimary);
// StatusBar.backgroundColorByHexString(#000000);
StatusBar.overlaysWebView(false);
}, |
plugin doesnt work with hydration enabled |
And without hydration we face off another issue: |
To fix overlaysWebView we are using the deprecated phonegap-build/StatusBarPlugin. |
No description provided.
The text was updated successfully, but these errors were encountered: