LottieXamarin icon indicating copy to clipboard operation
LottieXamarin copied to clipboard

[UWP] Animation not animating.

Open albertoha94 opened this issue 4 years ago • 2 comments

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

  • [ ] :iphone: iOS
  • [ ] :checkered_flag: WPF
  • [ ] :robot: Android
  • [x] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [x] :monkey: Xamarin.Forms

albertoha94 avatar Dec 12 '20 21:12 albertoha94

Can you debug this and make a PR?

martijn00 avatar Dec 14 '20 14:12 martijn00

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

afernandes avatar Apr 05 '23 19:04 afernandes