mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2026-04-27 00:00:06 +08:00
BREAKING CHANGE!: (android) Read config.xml for statusbar overlay preference (#171)
* (android) Read config.xml for statusbar overlay preference * Added information on the ability to use #AARRGGBB hex string format if StatusBarOverlaysWebView is true * Added `<preference name="StatusBarOverlaysWebView" value="true" />` to the default android block for consistentency for iOS.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
<param name="android-package" value="org.apache.cordova.statusbar.StatusBar" />
|
||||
<param name="onload" value="true" />
|
||||
</feature>
|
||||
<preference name="StatusBarOverlaysWebView" value="true" />
|
||||
</config-file>
|
||||
</platform>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user