phonegap-build / StatusBarPlugin

PhoneGap Build Plugin providing some customizations to the iOS status bar
https://build.phonegap.com/plugins/304
92 stars 46 forks source link

PhonegapBuild Statusbar color by hex #35

Closed xvilo closed 2 years ago

xvilo commented 10 years ago

Hi,

I tried to give the statusbar a color by hex but it stays black, am i doing something wrong??!! (ofc i do, i always do ;) )

this is in my config file:

        <gap:plugin name="com.phonegap.plugin.statusbar" />
        <preference name="StatusBarOverlaysWebView" value="false" />
        <preference name="StatusBarBackgroundColorByHexString" value="#5ba239" />

Thanks in Advance

//Sem