You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Mathieu Durand (JIRA)" <ji...@apache.org> on 2016/10/21 23:06:58 UTC

[jira] [Created] (CB-12052) Splash screen no longer fades on ios 10

Mathieu Durand created CB-12052:
-----------------------------------

             Summary: Splash screen no longer fades on ios 10
                 Key: CB-12052
                 URL: https://issues.apache.org/jira/browse/CB-12052
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin SplashScreen
    Affects Versions: 4.0.0
            Reporter: Mathieu Durand


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);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org