Looking for ?

Translate

Easy way to add or change Android Statusbar color In Cordova

 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

About Wakabia

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment