Skip to content

WASM / Skia sample heads show white screen under WinUI 3 #77

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

Open
Arlodotexe opened this issue Apr 19, 2022 · 2 comments
Open

WASM / Skia sample heads show white screen under WinUI 3 #77

Arlodotexe opened this issue Apr 19, 2022 · 2 comments
Assignees
Labels
bug 🐛 Something isn't working help wanted Extra attention is needed sample app 🖼 Uno Issues related to Uno Platform WASM Bugs related to working with WASM/Codespaces

Comments

@Arlodotexe
Copy link
Member

In #75, we added the ability to switch to WinUI 3 for all Uno projects. While this works and all platforms compile both inside and outside of Visual Studio, there's a lingering issue where Skia-based heads (WPF, Gtk) and WebAssembly show a blank white screen upon loading the app.

Upon inspecting the Visual Tree using the DevTools in WASM, it appears that the Arrange pass was skipped entirely, leaving all UI elements loaded but not displayed.

@Arlodotexe Arlodotexe added bug 🐛 Something isn't working sample app 🖼 labels Apr 19, 2022
@michael-hawker michael-hawker added this to the Initial Release milestone Apr 20, 2022
@michael-hawker michael-hawker added Uno Issues related to Uno Platform WASM Bugs related to working with WASM/Codespaces labels Apr 20, 2022
@mrlacey
Copy link
Contributor

mrlacey commented Apr 26, 2022

This description makes it sound like it's an Uno Platform bug.
Do these heads definitely work with a new Uno/WinUI3 template generated project?
How can the reported issue be recreated? (so it's clear for anyone else who might look at this?)

@Arlodotexe
Copy link
Member Author

From @jeromelaban

If you see uno-unarranged, it's generally because there's been an exception somewhere that stopped the measure/arrange pass.
Could be that the exception got intercepted and hidden

@michael-hawker michael-hawker added the help wanted Extra attention is needed label Jul 19, 2022
@Arlodotexe Arlodotexe moved this to 📋 Backlog in Toolkit 8.x Feb 26, 2025
@Arlodotexe Arlodotexe self-assigned this Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working help wanted Extra attention is needed sample app 🖼 Uno Issues related to Uno Platform WASM Bugs related to working with WASM/Codespaces
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants