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?
