[Solved] Splash screen blank

Running the following commands fixed the issue for me:

ionic plugin rm cordova-plugin-splashscreen
ionic plugin add https://github.com/apache/cordova-plugin-splashscreen.git

This will get you the latest version from their repo.

8 Likes