title | description |
---|---|
Statusbar |
Control the device status bar. |
This is a original cordova status bar fork with a single additional property that allows to control the status bar background transparency. Because the original plugin on ios if it overlays webview doesn't set color
This installation method requires cordova 5.0+
cordova plugin add https://github.com/Fomenko-developer/cordova-plugin-statusbar.git
-
StatusBarOpacity (double, defaults to 1). Sets the statusbar opacity.
<preference name="StatusBarOpacity" value="0.5" />