Header Color
Cordova plugin to change color of header in Android Multitask View
Stuck on a Cordova issue?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.
Installation
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
Supported Platforms
- Android
Usage
import { HeaderColor } from '@ionic-native/header-color/ngx';
constructor(private headerColor: HeaderColor) { }
...
this.headerColor.tint('#becb29');