-
Notifications
You must be signed in to change notification settings - Fork 7
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
Lottie animation don't show on first load #1
Comments
Sorry for so late response. Lost notification about this issue. May I ask you to provide repro project and indicate the OS in which you experiencing this issue |
Sure, this is the repo: https://1drv.ms/u/s!AlTIxW_ExT1enfJaJq2TRvReR-oLrw?e=Zkb9hq I'm running on Android 14 |
I've found that you opened similar issue on SkiaSharp extended github Seems, that this is SkiaSharp.Extended.Maui bug. I will open an issue on their github |
[Edit] Hi Alex, that issue is different because the on that issue the problem is that the Lottie doesn't render as expected, but it opens on the first show on the community toolkit. |
This is not Mopups library. Btw, did you try with mopups library, is there the same behavior? |
Sorry for the confusion Alex! You are right; indeed I'm using your library, not mopups. After all the research my decision was to use this lib. |
fixed in 1.1.5 nuget version |
@georgeemr by the way, recently created new library for lottie animations using native libraries |
I'm using the SkiaSharp.Extended.UI.Controls to show a Lottie animation. On the first load, the Lottie doesn't show. But if you close and reopen, the animation shows successfully.
https://www.nuget.org/packages/SkiaSharp.Extended.UI.Maui
Note: The maui community toolkit popup works on the first call.
The text was updated successfully, but these errors were encountered: