Bad splashscreen ratio with Android using CLI new feature

That was good! (:slight_smile:)

Finally, I decided to add deleting the res/debug folder function. The version 0.0.6 will do this.

$ npm install make-9patched-splash-ionic

This feature was added to the plugin here:

In short, just put these preferences in the config.xml:

  <preference name="SplashMaintainAspectRatio" value="true"/>
  <preference name="SplashReloadOnOrientationChange" value="true"/>
11 Likes

@watsoncj Would be great to see this feature included in the plugin.

The feature is included in the plugin. I assume it’s just disabled by default for backwards compatibility.

@watsoncj Awesome thanks

This is the solution that worked perfectly for me. Thanks!

Works like a charm! Thanks! :slight_smile:

This is the right solution for fixing the aspect ratio of the splash screen in Android.