status-bar-background-color

1.0.3 • Public • Published

###Status Bar Background Color Android

  • Set the status bar of your android device to the transulenct color.

Install

In your project Cordova execute the following command to install

cordova plugin add status-bar-background-color

How to use ?

declare var StatusBarBackgroundColor: any;
initializeApp() {
  this.platform.ready().then(() => {
     // Add this code here.
     StatusBarBackgroundColor.enable();
  });
}

Npm Package

https://www.npmjs.com/package/status-bar-background-color

/status-bar-background-color/

    Package Sidebar

    Install

    npm i status-bar-background-color

    Weekly Downloads

    2

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    20.6 kB

    Total Files

    10

    Last publish

    Collaborators

    • jdgomes