Skip to content

ekuwang/cordova-plugin-statusbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(); 

About

Enable or disable Android 4.4's translucent statusbar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published