to-svarghese opened a new issue #209: URL: https://github.com/apache/cordova-plugin-statusbar/issues/209
It is said in the documentation that, <preference name="StatusBarOverlaysWebView" value="true" /> will be default for Android versions higher than 5. But in real it is not taking the default value or not even if we set <preference name="StatusBarOverlaysWebView" value="true" /> in config. I had to use StatusBar.overlaysWebView(true); onDeviceReady to make the overlay true in Android. Cordova-plugin-statusbar: 2.4.3 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
