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

Splash screen no longer fades on ios 10

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 4.0.0
    • None
    • None

    Description

      Using the latest version of the splashscreen plugin on ios 10, the fading effect doesn't work. I tried both on the simulator and on a real device.

      On the simulator, changing the transition option from UIViewAnimationOptionTransitionNone to UIViewAnimationOptionTransitionCrossDissolve creates a fading effect, but on the real device, it doesn't. I was not able to change the code to successfully create a fading effect on a real device.

      My config is the following:
      <preference name="AutoHideSplashScreen" value="false" />
      <preference name="FadeSplashScreen" value="true" />
      <preference name="FadeSplashScreenDuration" value="750" />

      I trigger the splashscreen to hide using
      setTimeout(function () {
      navigator.splashscreen.hide();
      }, 500);

      Attachments

        Activity

          People

            Unassigned Unassigned
            mdurand Mathieu Durand
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: