Jérôme Laban
Jérôme Laban
@dr1rrb The issue is caused by animations being skipped because of this: https://github.com/unoplatform/uno/blob/157226f4b8b03c2b0a73c6cfc8508bf593b2de51/src/Uno.UI/UI/Xaml/Media/Animation/DoubleAnimationUsingKeyFrames.cs#L196 Should we be enabling dependent animations on Skia/Wasm until we get actual Compositor based animations?
Thanks for the report. This may sometime happen for yet unknown reasons. Have you tried with a different project, or recreating a new one? Does it happen with the latest...
Thanks for the update. It also seems related to this https://github.com/unoplatform/uno/issues/9365. You may have made the change manually, which cleared the error message.
/azp run
It looks like the issue was only on UWP, will fix that one.
Most of those changes in this PR are causing issues with the azure devops nuget caching, and most have already been changed to something else. I think we can close...
This is likely related to https://github.com/unoplatform/uno/issues/7431
[Wasm][Interpreter] Invoking an instance method through Module.mono_bind_static_method does not fail
I have not encountered this pattern in a while, so I don't have an update to provide here. My original report was more about troubleshooting help from the runtime than...
This is indeed something that has popped up recently because the enhancement of "enhanced security". [The default template](https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/2ca1f3f426d59c56cf8c4c553470858c53361dd9/src/Uno.Wasm.Bootstrap/Templates/index.html#L28-L30) only checks for the presence of Javascript, but not webassembly. It's an...
Indeed, there's a [head which uses Gtk](https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/tree/main/Uno/NuGetPackageExplorer.Skia.Gtk), which can run on Linux and macOS. There are still missing pieces, but it's not far along.