Reputation: 621
How to remove default white splash screen from ionic project. I want my splash screen (which is page) to be the splash screen of my project. I tried almost everything which is available on internet. But nothing worked. Please help.
Upvotes: 1
Views: 114
Reputation: 1139
In your project folder, go to the resources directory.
To change the default splash screen, you need to change the file splash.png
by your image. Don't forget to resize your omg (2732*2732) and to rename to splash.png
After the change, just update your project :
ionic cordova resources
Upvotes: 0