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: [email protected]
For additional commands, e-mail: [email protected]