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 261 forks source link

[UWP] Animation not animating. #305

Open albertoha94 opened 3 years ago

albertoha94 commented 3 years ago

🐛 Bug Report

I am running the following animation in my loading screen.

 <lottie:AnimationView
                Animation="loading.json"
                AnimationSource="AssetOrBundle"
                AutoPlay="True"
                CacheComposition="True"
                HorizontalOptions="Center"
                RepeatMode="Infinite"
                Speed="1"
                WidthRequest="{StaticResource loadingViewWidth}" 

This is working correctly on my Android portion of Xamarin, but when running on UWP the animation does not run even though it has AutoPlay set to true and RepeatMode to Infinite.

Here are some screenshots for reference: Android: Android UWP: UWP

Expected behavior

The animation should run in both platforms.

Reproduction steps

Configuration

Version: 4.0.8

Platform:

martijn00 commented 3 years ago

Can you debug this and make a PR?

afernandes commented 1 year ago

I have the same problem. Any news about this subject?