SplashScreenBackgroundColor not working ( config.xml )

Hi,

I’m trying to change the background color does not work ( Cordova 6.0.0 )

<preference name="SplashScreenBackgroundColor" value="#FFFFFF"/>

Step my settings in config.xml:

  <preference name="FadeSplashScreen" value="true"/>
  <preference name="FadeSplashScreenDuration" value="250"/>
  <preference name="SplashScreenBackgroundColor" value="#FFFFFF"/>
  <preference name="SplashScreen" value="screen"/>

Always, even if you change the values, it shows the default background color ( #464646 )

What can happen?

1 Like

Some problem here, but using cordova 6.4.0 and android@6.1.0.

Same here on cordova 6.4 and android api version 24 and 19, too. Did you find something?

Same problem here cordova 6.4, Android 6.0.1…but my background is always black :confused: not grey. i want it white.

It’s same for me also, i want to change the background color to white but it’s not changing. Any solution?

SplashScreenBackgroundColor is only available for Cordova Windows, not iOS or Android.