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/22 19:03:58 UTC

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

     [ https://issues.apache.org/jira/browse/CB-12052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mathieu Durand closed CB-12052.
-------------------------------
    Resolution: Not A Problem

> 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