Re: wp8 splashscreen

2014-08-05 Thread Jesse
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,

wp8 splashscreen

2014-08-05 Thread Staci Cooper
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 , and by using the latest cordova-plugin-splashscr