Menardi edited a comment on issue #97: Add Android overlay support to README URL: https://github.com/apache/cordova-plugin-statusbar/pull/97#issuecomment-400864544 @ManigandanRaamanathan If you want a semi-transparent status bar, you can do this, which is actually part of the docs improvement in this PR: ``` StatusBar.overlaysWebView(true); StatusBar.backgroundColorByHexString('#33000000'); ``` Otherwise, if you think there is an actual bug, you should file it at the [Cordova JIRA](https://issues.apache.org/jira/projects/CB/issues).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
