Baseflow / LottieXamarin

Render After Effects animations natively on Android, iOS, MacOS and TvOS for Xamarin
https://baseflow.com
Apache License 2.0
1.21k stars 261 forks source link

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

Open andrecolza opened 2 years ago

andrecolza commented 2 years ago

🐛 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: