I would like to change the color of the status bar from orange to green (Android):
So I installed "cordova-plugin-statusbar" (was already installed).
I added the preferences to config.xml (in the root folder of the project):
<preference name="StatusBarOverlaysWebView" value="false" />But afterwards the color is still orange.
<preference name="StatusBarBackgroundColor" value="#55ab26" />
<preference name="StatusBarStyle" value="lightcontent" />
Could anyone please give me a hint?
Thanks in advance.
Cheers
Markus