Whenever you want to change the Status bar color in Android, you have to do two thing.
First: Install its plugin
cordova plugin add cordova-plugin-statusbar
Second: Add the below lines of code in config.xml
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="StatusBarBackgroundColor" value="#000000" />
SHARE THIS POST
0 comments:
Post a Comment