From
https://github.com/apache/cordova-plugin-splashscreen/blob/master/doc/index.md

Only Android supports the SplashScreenDelay preference.

iOS, BlackBerry and WP8 all require js :

setTimeout(function() {
        navigator.splashscreen.hide();
    }, 2000);


@purplecabbage
risingj.com


On Tue, Aug 5, 2014 at 10:24 AM, Staci Cooper <staci....@gmail.com> wrote:

> I'm trying to prolong the initial splashscreen for several extra seconds in
> a wp8 app. I've seen the commits that add AutoHideSplashScreen support for
> wp
> <
> https://github.com/apache/cordova-plugin-splashscreen/blob/master/src/wp/SplashScreen.cs#L124
> >,
> and by using the latest cordova-plugin-splashscreen and cordova-wp8 and
> adding that preference to config.xml, I can get the manual tests in
> mobile-spec (for showing the splashscreen for extended periods) to work.
>
> But I can't extend the initial splashscreen when the app loads. Is there
> anything obvious that I'm missing?
>

Reply via email to