cordova-splash icon indicating copy to clipboard operation
cordova-splash copied to clipboard

Splash squished in portrait

Open jordantomax opened this issue 9 years ago • 1 comments

My splash is getting squished, but only in portrait. See attached screenshots. stretched correct

jordantomax avatar Dec 01 '15 23:12 jordantomax

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.

pabloacastillo avatar Jun 03 '16 19:06 pabloacastillo