-
Notifications
You must be signed in to change notification settings - Fork 743
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
Xaml Image not working in Wasm project after update to .net #18823
Comments
Thanks for the report! Can you provide a repro sample for your issue? |
I have attached sample. |
Thanks for the report. This is happening because of this:
It looks like the .NET Wasm host is started with COEP enabled, causing the image to not show up. It's likely to be a .NET update, but in the meantime, you can run your app using |
Ok, for the sample i can run "dotnet run" in my local machine, |
On the Azure Web Storage, the issue won't be there either. This is specific to the hosting when started from VS 2022. |
Here's the related .NET issue: dotnet/runtime#109937 |
Current behavior
I have update my single project solution to .net 9 and uno version 5.5.43, all working ok but the image control not show the image form url
this working in Desktop project but not in Wasm project
Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
Yes
Environment
Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia
NuGet package version(s)
No response
Affected platforms
WebAssembly
IDE
Visual Studio 2022
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: