Skip to content Skip to sidebar Skip to footer

Phonegap & Cordova - How To Remove Default Splash Screen?

When I used to start up my app, it would show the common splash screen: https://www.google.com/search?biw=1366&bih=667&tbm=isch&sa=1&q=cordova+android+splash+screen

Solution 1:

The Cordova documentation about icons and splash screens is:

https://cordova.apache.org/docs/en/latest/config_ref/images.html

but if you need more control over splash screens (via JS) you can add this plugin:

https://github.com/apache/cordova-plugin-splashscreen


Post a Comment for "Phonegap & Cordova - How To Remove Default Splash Screen?"