Skip to content

yjzzcao/cordova-plugin-statusbar-transparent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

##cordova-plugin-statusbar-transparent

Set statusbar to be transparent on android 4.4 or higher.

Plugin for Cordova >= 3.0

Installation

For Cordova:

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

Using the plugin

To enable translucent statusbar:

statusbarTransparent.enable();

To disable translucent statusbar:

statusbarTransparent.disable();

To toggle current state:

statusbarTransparent.toggle(); 

About

Set statusbar to be transparent on android 4.4 or higher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published