CommunityToolkit / CommunityToolkit/Labs-Windows
WASM / Skia sample heads show white screen under WinUI 3
Open
bug :bug:
help wanted
sample app 🖼
Uno
WASM
- Dominant language
- C#
- Stars
- 482
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.