Hi,

I think that the section about Android quirks is outdated:
https://github.com/apache/cordova-plugin-splashscreen/blob/master/doc/index.md

Because the time to show the splash screen is now handled here, right?
https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaActivity.java#L392

I think that these line should be removed:

For Android, you also have to edit your projects main java file. You must
add a second parameter representing a time delay to your super.loadUrl.

super.loadUrl(Config.getStartUrl(), 10000);


-Axel

Reply via email to