FYI - you usually have to delete and reinstall the app after you make
changes to the splash screen.

-becky

On Tue, Oct 30, 2012 at 9:36 AM, Andrew Grieve <[email protected]> wrote:

> Hi Vincent,
>
> What platform(s) do you see this happening on? We should file a bug for
> this.
>
>
> On Mon, Oct 29, 2012 at 10:59 PM, Vincent Wong <[email protected]
> >wrote:
>
> > I have updated all my splash screens to show my own. I also
> > set AutoHideSplashScreen to false. I've added:
> >
> >  document.addEventListener("deviceready", onDeviceReady, false);
> >
> >
> >
> >          function onDeviceReady() {
> >
> >              //console.log("We got device ready");
> >
> >              //cordova.exec(null, null, "SplashScreen", "hide", []);
> >
> >              // Soon to be
> >
> >               navigator.splashscreen.hide();
> >
> >          }
> >
> >
> > The correct splash screen shows for 1 second. The the default Cordova
> > splash shows for another second before my app is loaded.
> >
> > How do I prevent the default Cordova splash from showing?
> >
>

Reply via email to