Open albertoha94 opened 3 years ago
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.
AutoPlay
RepeatMode
Infinite
Here are some screenshots for reference: Android: UWP:
The animation should run in both platforms.
Version: 4.0.8
Platform:
Can you debug this and make a PR?
I have the same problem. Any news about this subject?
🐛 Bug Report
I am running the following animation in my loading screen.
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 andRepeatMode
toInfinite
.Here are some screenshots for reference: Android: UWP:
Expected behavior
The animation should run in both platforms.
Reproduction steps
Configuration
Version: 4.0.8
Platform: