Baseflow / LottieXamarin

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

3.1.0 Com.Airbnb.Xamarin.Forms.Lottie not working #261

Closed halotron closed 4 years ago

halotron commented 4 years ago

🐛 Bug Report

3.0.4 works for xamarin forms on android, but 3.1.0 does not.

Expected behavior

Only background is painted. No animation.

Reproduction steps

new xamarin forms. Create view with this and have file in assets. <forms:AnimationView IsVisible="{Binding IsBusy}" x:Name="animationView" Animation="51_preloader.json" Loop="true" AutoPlay="True" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" IsPlaying="{Binding IsBusy}" />

Configuration

Version: 3.1.0

Platform:

Logikoz commented 4 years ago

up