Skip to content

Instantly share code, notes, and snippets.

@nncl
Last active March 18, 2016 19:00
Show Gist options
  • Save nncl/05127f953a89db92d196 to your computer and use it in GitHub Desktop.
Save nncl/05127f953a89db92d196 to your computer and use it in GitHub Desktop.
Fix splashscreen on android

First of all, remove the current cordova splash screen plugin version from your app:

cordova plugin remove cordova-plugin-splashscreen

And then add the version 2:

cordova plugin add [email protected]

Finally, re-build your app and be happy ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment