Skip to content

Fomenko-developer/cordova-plugin-statusbar

 
 

Repository files navigation

title description
Statusbar
Control the device status bar.

cordova-plugin-statusbar

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

Installation

This installation method requires cordova 5.0+

cordova plugin add https://github.com/Fomenko-developer/cordova-plugin-statusbar.git

Preferences

config.xml

  • StatusBarOpacity (double, defaults to 1). Sets the statusbar opacity.

     <preference name="StatusBarOpacity" value="0.5" />
    

Packages

No packages published

Languages

  • Objective-C 41.6%
  • JavaScript 32.0%
  • Java 26.4%