I have an application developed on Cordova / Phonegap using Web technologies. When users click on the square button ( Overview ) a series of cards with the open apps is shown visually, and these cards have a color bar that includes the icon, name and closing button . As you can see in this capture:
I would be interested in using a different color instead of the gray by default, more in tune with the colors present in my app, as other applications that have different colors for that bar already do (eg Chrome, blue; , orange ...):
I tried using the meta value theme-color
, but nothing changed. I also tried the status-bar plugin , and although it did change the color of the status bar (< em> status bar ) within the app, did not change the default gray color of the card in overview mode.
Can you customize that bar using Cordova / PhoneGap? How would it be done?