d0001
d0001

Reputation: 2190

Splash background color Windows 8 Cordova Tools

I am using Visual Studio and the Cordova tools plugin. How can I change the background of the splash screen. The image provided does not cover the entire screen.

Upvotes: 1

Views: 1266

Answers (2)

d0001
d0001

Reputation: 2190

Change setting on config.xml

<preference name="BackgroundColor" value="0xff0000ff"/>

Upvotes: 5

unobf
unobf

Reputation: 7254

Use this npm module https://www.npmjs.com/package/cordova-splash you have to create one image that is 2208x2208 and it will generate all the required formats from that

Upvotes: 0

Related Questions