-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] SKLottieView not working on Android when used within CarouselView #144
Comments
the same problem on ios |
a demo of the issue is available at the following link: Screen-Recording-2023-09-19-at-3.mp4Description: When using SKLottieView within a CarouselView on both Android and iOS platforms, we are encountering several issues: Android: The animations are not playing consistently when cycling through the views in the CarouselView. iOS: The first Lottie file doesn't load correctly. Basic Information: Package Version with the issue: "SkiaSharp.Extended.UI.Maui" Version="2.0.0-preview.83" Steps to Reproduce: Create a Xamarin MAUI application. Expected Behavior: We expect the SKLottieView animations to play consistently on both Android and iOS platforms as the user scrolls through the CarouselView. The animations should load correctly, and there should be no noticeable issues with animation playback. It has come to our attention that this issue has been open for a year now. We would like to inquire whether it has already been added to the backlog. We look forward to your support in resolving these issues promptly. Code snippet:
|
When using SKLottieView within a CarouselView on Android the animation is not playing always when cycling through the views.
See attached demo
Expected Behavior
Animation is playing all the time.
Actual Behavior
Animation is not playing all the time.
Basic Information
Bug.zip
The text was updated successfully, but these errors were encountered: