Details
Description
The current (5.1.1) documentation does mention that there is a "cordova-plugin-splashscreen"
But it does not say anything about it being required so that Splash Screen works.
According to my tests, using <splash> tags or splash preferences without installing the plugin has absolutly no effect at all.
Apache Cordova also offers special splash screen plugin which could be used to programmatically display and hide a splash screen during application launch https://github.com/apache/cordova-plugin-splashscreen
This makes us think that this plugin is ONLY useful to control the splash screen programmatically, while it is absolutly required for any splash screen to simply work at all. The documentation should rather be updated