cordova-plugin-headercolor

HeaderColor is a cordova plugin to change color of header in multitask view. Android devices.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
cordova-plugin-headercolor
1.0.07 years ago7 years agoMinified + gzip package size for cordova-plugin-headercolor in KB

Readme

cordova-plugin-headercolor
HeaderColor is a cordova plugin to change color of header in multitask view. Android devices.

Supported Platforms

  • Android

Installation

Cordova:
cordova plugin add https://github.com/tomloprod/cordova-plugin-headercolor

Usage

This plugin exports an object with one method called "tint":
window.plugins.headerColor.tint("#becb29");

You can also specify the header color in your config.xml:
<preference name="HeaderColor" value="#becb29" />