1.0.0 • Published 8 years ago

cordova-plugin-statusbar-transparent v1.0.0

Weekly downloads
3
License
Apache 2.0
Repository
github
Last release
8 years ago

cordova-plugin-statusbar

Enable or disable Android 4.4's translucent statusbar.

Plugin for Cordova >= 3.0

Installation

For Cordova:

cordova plugin add git@github.com:ekuwang/cordova-plugin-statusbar.git

Using the plugin

To enable translucent statusbar:

statusbarTransparent.enable();

To disable translucent statusbar:

statusbarTransparent.disable();

To toggle current state:

statusbarTransparent.toggle();