-
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] MAUI.iOS does not work with SKLottieView or SKCanvasView #148
Comments
After many many hours further developing my MAUI app, I see that it actually works when using MAC as build host, but not from local Visual Studio build. |
I have same issue. Nothing displays/runs on iOS or Mac - but on Android everything works as expected. |
@mattleibow I have faces the same issue targeting .net7-ios and android. Please have a look once you get the chance? |
Has anyone found a workaround for this ? |
I also have this issue with slightly different behavior. |
I've been observing a similar behavior as well. It's frustrating how random it seems—I'm encountering the SKLottieView displaying intermittently within a CarouselView. Sometimes, it works perfectly on certain pages but then abruptly stops, while on other pages where it wasn't working, it starts to display unexpectedly. I'm also wondering if anyone has found a fix or workaround for this issue. It's been quite inconsistent for me, |
Description
It does work on Android and Windows. But not on iOS
Does not work (no exception, no animation):
<skia:SKLottieView Source="lottieoppgaver.json" HeightRequest="200" WidthRequest="200" RepeatCount="-1" RepeatMode="Restart" HorizontalOptions="Center"/>
Also does not work:
Expected Behavior
Animation should show
Actual Behavior
SKLottieView- Does not show anything
SKCanvasView - Crashes with exception:
Basic Information
Last known good version: NA
IDE: Microsoft Visual Studio Professional 2022 (2) (64-bit) - Preview
Version 17.4.0 Preview 3.0
Platform Target Frameworks:
Target Devices:
The text was updated successfully, but these errors were encountered: