cordova-splash
cordova-splash copied to clipboard
Splash squished in portrait
My splash is getting squished, but only in portrait. See attached screenshots.
Had the same problem, try this:
1 - Open your config.xml
2 - Add this line:
<preference name="SplashMaintainAspectRatio" value="true" />
3 - Save the file and build it again.