Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation not work on iOS after package update to version 4.x #368

Open
2 of 7 tasks
andrecolza opened this issue Dec 22, 2021 · 0 comments
Open
2 of 7 tasks

Animation not work on iOS after package update to version 4.x #368

andrecolza opened this issue Dec 22, 2021 · 0 comments

Comments

@andrecolza
Copy link

馃悰 Bug Report

In my Xamarin.Forms project I use v3.1.3 of this package and all works fine on android and iOS, I tryied to update package to version 4.0.11, but in iOS animations stopped to work while in android still work fine.

Expected behavior

Animation still work on iOS after update package

Reproduction steps

  1. Update nuget package from verion 3.1.3 to version 4.0.x
  2. Remove AnimationViewRenderer.Init(); from AppDelegate in iOS project (as no longer mentioned in the readme)
  3. Edit xaml old animation options (from Loop="True" to RepeatMode="Restart" and from IsPlaying="{Binding IsPlaying}" to IsAnimating="{Binding IsPlaying}")

Configuration

Version: 3.1.3 -> Version: 4.0.x

Platform:

  • 馃摫 iOS
  • 馃 Android
  • 馃弫 WPF
  • 馃寧 UWP
  • 馃崕 MacOS
  • 馃摵 tvOS
  • 馃悞 Xamarin.Forms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant