How do you change the status bar text color?
There appears to be a multiple of threads discussing this but not with any real solution. I was hoping it would be something straightforward. Basically, all I want to do is change the status bar text color as my header/navbar/status bar is a dark blue. The default text color is black and I just want to change it to white, it is that simple.
Where do I make these changes? I have already installed the status bar plugin and my config file is below (this is without any changes suggested in some threads).
< preference name=“webviewbounce” value=“false” />
< preference name=“UIWebViewBounce” value=“false” />
< preference name=“DisallowOverscroll” value=“true” />
< preference name=“android-minSdkVersion” value=“16” />
< preference name=“BackupWebStorage” value=“none” />
< preference name=“StatusBarStyle” value=“default” />
< preference name=“SplashScreen” value=“screen” />
< preference name=“orientation” value=“portrait” />
< preference name=“SplashMaintainAspectRatio” value=“true” />
< preference name=“FadeSplashScreenDuration” value=“300” />
< preference name=“ShowSplashScreenSpinner” value=“false” />
< preference name=“AutoHideSplashScreen” value=“false” />
< preference name=“CordovaWebViewEngine” value=“CDVWKWebViewEngine” />
< preference name=“SplashScreenDelay” value=“3000” />
Where can I solve this?