By default, the splash screen is hidden after 3 seconds (see https://github.com/apache/cordova-plugin-splashscreen#configxml). But it could be that at this moment your app is not ready.
Therefore I add always the following preference to my config.xml:
Instead, I hide it manually, as soon as the app is ready:
This is working on iOS as well as on Android.
Therefore I add always the following preference to my config.xml:
Instead, I hide it manually, as soon as the app is ready:
This is working on iOS as well as on Android.