[
https://issues.apache.org/jira/browse/CB-8875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14643103#comment-14643103
]
Chris Karcher commented on CB-8875:
-----------------------------------
No, my pull request hasn't been merged.
I integrated the fix into my app by creating a public repo on github.com where
the PR has been merged into master, and then doing a 'cordova plugin add
http://path/to/repo.git' to source the plugin directly from the repo. If you
want to clone my repo with the fix, it's available at:
https://github.com/chrskrchr/cordova-plugin-splashscreen/commits/master
> Splash screen no longer fades when FadeSplashScreen=true
> --------------------------------------------------------
>
> Key: CB-8875
> URL: https://issues.apache.org/jira/browse/CB-8875
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin SplashScreen
> Reporter: Chris Karcher
>
> After upgrading to the latest version of the plugin with the fix for
> [CB-8836], the splash screen in my iOS app no longer fades even though
> FadeSplashScreen=true.
> This is the commit that addresses CB-8836:
> [https://github.com/apache/cordova-plugin-splashscreen/commit/559b300d29ba6eb2f951eb19b9bbf7ba9238a862]
> I've found that wrapping the entire call to [UIView transitionWithView] with
> a dispatch_async (rather than the individual animation and completion blocks)
> fixes the issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]