Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-10501

Splashscreen doesn not hide on command in IOS

    XMLWordPrintableJSON

Details

    Description

      after updating from 3.0.0 to 3.1.0 I've noticed that

      $cordovaSplashscreen.hide();
      or
      navigator.splashscreen.hide();

      doesn't work any more. It doesn't hide the splashscreen anymore.

      my config.xml

      <preference name="SplashScreen" value="screen"/>
      <preference name="ShowSplashScreenSpinner" value="true"/>
      <preference name="AutoHideSplashScreen" value="false"/>
      <preference name="SplashScreenDelay" value="50000"/>
      <preference name="FadeSplashScreen" value="false"/>

      so it ignores the hide() command, but still it waits untill SplashScreenDelay is reached

      all is fine on Android.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              coreelements Core Elements
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: