-
Notifications
You must be signed in to change notification settings - Fork 78
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
WinUI3 support #478
Comments
Hey @LeftTwixWand, I'm porting a UWP app to WinUI Desktop and have the same issue. I'm in the middle of the port but I was able to get around the compile issues using this:
I don't know if this will actually work as I haven't been able to test it being in the middle of changes. Hope this works for you. |
@rainman-306 Thank You so much! If in the few weeks this issue won't be fixed, I'll try to fix it by myself. |
Hello, Thank you for reaching out. We are currently investigating this. |
I'd also love to see Lottie in WinUI 3, especially since the latest Windows designs emphasize animations much more than previously. |
Bumping into this issue. We have iOS and Android apps using Lottie, and we would like to do the same with our WinUI 3 app. |
Thanks, it works! |
Thank you, this works! I wonder why this is still not fixed after two years, is lottie -windows is dead for winui 3? I also notice animations from lottiefiles.com are comnverted with many errors. |
Another option is to download the Lottie as an animated GIF and use that in WINUI. |
Any update on this? |
Any update on this? |
Have you tried to use this? I am able to use is in Latest WinUI project with some changes. |
@aqibbanday This https://www.nuget.org/packages/CommunityToolkit.WinUI.Lottie#readme-body-tab works. But you'll have to use x86 with the WinUI app for some reason, the x64 doesn't work. |
@aborziak-ms is this something you can look at? @rudyhuyn hit this issue out today too. Wondering if it has something to do with this extra configuration in the cake script? Lottie-Windows/build/build.cake Lines 71 to 75 in 64fb023
But not really sure, just guessing, we don't have this in the main toolkit script though (though we've moved away from cake now too for our new infrastructure). And I think with .NET it's still all just a single DLL anyway? Also appears like the symbols aren't part of the package. |
Nop. That was not the issue. It was simpler. A misconfiguration in the sln. I've fixed this on #530. |
Hi. I'm already using WinUI 3 in personal projects and production apps. And as I see - Lottie is not supported on this platform. There is no package
CommunityToolkit.WinUI.Lottie
.And current package
Microsoft.UI.Xaml.UWP.Lottie
targets the UWP platform, that's why it's impossible to use Lottie in WinUI. Are there any plans for WinUI 3 support?The text was updated successfully, but these errors were encountered: