[ 
https://issues.apache.org/jira/browse/CB-12052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15598317#comment-15598317
 ] 

Mathieu Durand commented on CB-12052:
-------------------------------------

Upon further investigation, the issue was with another plugin causing a delay 
in the splashscreen closing so that the fading was not visible.

> 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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to