You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose i am pretty late to add to this issue. Anyway, I stumbled upon this as well and as it appears the reason for that is the Windows' dark theme that makes controls' background transparent. So, i guess that's by design and the fix is to make the background behind controls dark.
Building and running the unmodified Simple Island App project results in a window that looks like this:
However, there are suposed to be WinUI 3 controls on the top and bottom of the WebView2. The XAML has:
So there are supposed to be a
Button
andTextBox
above theWebView2
, and anotherButton
below it.If you click where the
TextBox
control is supposed to be, it shows up:But then if you click away from it, it disappears again.
I'm using Windows 11 23H2, Windows 11 SDK 10.0.22000.0, Visual Studio 17.8.1, and Windows App SDK 1.4.3 (1.4.231115000).
The text was updated successfully, but these errors were encountered: