The splash screen is the image that displays for a few seconds when your application first starts up on iOS and Android. Usually, we would be happy with the default behaviour (the splash screen will display until your application has finished loading, and then automatically disappear) but that’s not always the case.
In this video tutorial, we will walk through an example of configuring the behaviour of the splash screen and using the splash screen plugin provided by Cordova to manually trigger hiding it.