Open
Description
Description
When setting an SKLottieView as the content of a Toolkit popup, the image is not displayed in the view.
Code
<skiaLottie:SKLottieView
HeightRequest="200"
HorizontalOptions="Center"
RepeatCount="-1"
Source="lottiefile.json"
VerticalOptions="Center"
WidthRequest="200" />
Expected Behavior
Lottie image with animation should be displayed.
Actual Behavior
Lottie image with animation is not displayed.
Basic Information
- Version with issue: SkiaSharp.Extended.UI.Maui 3.0.0 preview
- Platform Target Frameworks:
- Android: 14
- Windows Classic: Windows 11
Screenshots
Reproduction Link
Activity