Thanks Axel. It looks like the Icon and Splash Screen guide mentions doing
it this way but I will update the Android Quirks section. Good catch.


On Sat, Jun 14, 2014 at 3:42 PM, Axel Nennker <ignisvul...@gmail.com> wrote:

> 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