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:
Post a Comment for "Phonegap & Cordova - How To Remove Default Splash Screen?"