Hi
I'm developing a Windows (
not windows phone) App using Cordova. I'm having issues with the size of the splash screen; it's too small for the screen size.
When I look in config.xml I see:
<splash src="res/screens/windows/SplashScreen.scale-100.png" width="2736" height="1824" />
However the default cordova splash screen image in
res/screens/windows/SplashScreen.scale-100.png is 620w x 300h and appears very small on the screen, surrounded by a grey border. See attached image.
If I replace the image within one at the size specified in config.xml (2736x1824), I get this error:
The following image is skipped due to unsupported size: res/screens/windows/SplashScreen.scale-100.png
Can I use a larger splash screen? Alternatively can I change the splash screen background colour from grey to white to disguise the behaviour?