Skip to content Skip to sidebar Skip to footer

Cordova Android Black Splashscreen

I'm launching a vanilla cordova android app with the following config.xml yet the launching screen on the android device is 3 seconds black, then the app shows up. How do I get spl

Solution 1:

Answer was the evil screen:

<preference name="SplashScreen" value="screen" />

Post a Comment for "Cordova Android Black Splashscreen"