-
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] Valid Lottie file not shown #158
Comments
any idea how to fix this? |
Having the same issue right now. Any workarounds for this? Or is there another alternative for integrating Lottie other than SkiaSharp? |
Duplicate of #169 |
I think it is a duplicate as none of the image in the json are supported - files or embedded. This is a feature that is enabled in the internal builder that is not yet exposed in SkiaSharp. I'll add a comment in the other issue just so I can test both. |
Ok, that works, thanks. So you're saying that this fix may be coming soon? |
Ah, sorry for false hope. Not sure yet. The real issue is tracked here and lots of people are asking for it: mono/SkiaSharp#2173 |
This PR will get us to the happy place: mono/SkiaSharp#2630 |
Description
Used the following Lottie file: https://lottiefiles.com/36895-healthy-or-junk-food
Seems to be related to the usage of the base64 encoded image data. Other Lottie files work just fine.
Code
Expected Behavior
Shows the animation.
Actual Behavior
Does not show anything at all.
Basic Information
Detailed IDE/OS information (click to expand)
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered: