Is there any plugin to Cordova which add possibility to set custom color of header in multitasking view?
I think about something like this:
Thanks.
I’m also interested, did you found a solution ?
I found this cordova plugin. It works really well for my project.
I created a plugin called HeaderColor for cordova (only for Android devices) that does what you want. I hope it helps you.
Installation:
cordova plugin add cordova-plugin-headercolor
###Usage:
window.plugins.headerColor.tint("#becb29");
###Result:

###Github: