StatusBar Plugin
Plugin ID
cordova-plugin-statusbarAdding the Plugin in Monaca
Preferences
config.xml
xml<preference name="StatusBarOverlaysWebView" value="true" />xml<preference name="StatusBarBackgroundColor" value="#000000" />Android Quirks
Hiding at startup
Methods
StatusBar.overlaysWebView
Description
Supported Platforms
Quick Example
StatusBar.styleDefault
Supported Platforms
StatusBar.styleLightContent
Supported Platforms
StatusBar.styleBlackTranslucent
Supported Platforms
StatusBar.styleBlackOpaque
Supported Platforms
StatusBar.backgroundColorByName
Supported Platforms
StatusBar.backgroundColorByHexString
Supported Platforms
StatusBar.hide
Supported Platforms
StatusBar.show
Supported Platforms
Properties
StatusBar.isVisible
Supported Platforms
Events
statusTap
Supported Platforms
Permissions
config.xml
Last updated