Skip to content
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

Closed
vdias38 opened this issue Apr 23, 2015 · 4 comments
Closed

status should appears on iOS #81

vdias38 opened this issue Apr 23, 2015 · 4 comments
Assignees
Labels

Comments

@vdias38
Copy link
Contributor

vdias38 commented Apr 23, 2015

No description provided.

@vdias38 vdias38 added the bug label Apr 23, 2015
@vdias38 vdias38 self-assigned this Apr 23, 2015
@vdias38
Copy link
Contributor Author

vdias38 commented May 7, 2015

on IRmobi we configure statusBar on config.xml preferences and seems to work.
But didn't achieve it on infoMobi, despite using same plugin and prefrences

  <preference name="StatusBarOverlaysWebView" value="false"/>
  <preference name="StatusBarBackgroundColor" value="#000000"/>
  <preference name="StatusBarStyle" value="lightcontent" />

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);
                        },

@vdias38
Copy link
Contributor Author

vdias38 commented May 8, 2015

plugin doesnt work with hydration enabled
phonegap-build/StatusBarPlugin#43

@vdias38
Copy link
Contributor Author

vdias38 commented Jun 7, 2015

@vdias38
Copy link
Contributor Author

vdias38 commented Jun 7, 2015

To fix overlaysWebView we are using the deprecated phonegap-build/StatusBarPlugin.
We should migrate to npm package of apache/cordova-plugin-statusbar when issues will be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant