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
After updating to Microsoft.WindowsAppSDK 1.4.231219000 window icons for Winui 3 packaged app were disappeared. (example on video.) Note that it happens only ob tablet PC with touchscreen and does not happen on laptop.
Explicitly writing wnd.AppWindow.TitleBar.IconShowOptions = Microsoft.UI.Windowing.IconShowOptions.ShowIconAndSystemMenu; does not help
Also 1.3.230724000 does not have this problem.
video.mp4
Steps to reproduce the bug
Just run an Winui 3 app on tablet pc. Example on video.
Expected behavior
Windows icons are shown.
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.4.4: 1.4.231219000
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
After updating to Microsoft.WindowsAppSDK 1.4.231219000 window icons for Winui 3 packaged app were disappeared. (example on video.) Note that it happens only ob tablet PC with touchscreen and does not happen on laptop.
Explicitly writing
wnd.AppWindow.TitleBar.IconShowOptions = Microsoft.UI.Windowing.IconShowOptions.ShowIconAndSystemMenu;
does not helpAlso 1.3.230724000 does not have this problem.
video.mp4
Steps to reproduce the bug
Just run an Winui 3 app on tablet pc. Example on video.
Expected behavior
Windows icons are shown.
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.4.4: 1.4.231219000
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: