WebView inside NavigationView in WinUI 2.6.1 is not interactable for Windows 10 in Left and LeftCompact modes. #5627
Labels
area-NavigationView
NavView control
area-WebView
duplicate
This issue or pull request already exists
Describe the bug
WebView content placed inside muxc:NavigationView is not interactable for UWP apps running on Windows 10 when the control is in LeftCompact or Left modes (in Minimal mode it works fine), but fully works fine in Windows 11 (for all modes).
Events like Tapped and RightTapped seem to fire since they are coming from FrameworkElement. However, the content loaded in WebView is not interactable at all. Can't click on hyperlinks or scroll the page.
It works fine in Top and LeftMinimal modes but doesn't work for LeftCompact and Left modes. You can also set PaneDisplayMode to Auto and snap the window to make it minimal and it will work.
Steps to reproduce the bug
Bug Sample Project: https://github.com/bkaankose/NavigationViewBug
Expected behavior
WebView content should be interactable (tapping on hyperlinks, scrolling etc.)
Version Info
WinUI 2.6.1 on Windows 10 running build 19042 (v20H2). Bug is not reproducible in Windows 11 with the same WinUI package.
NuGet package version:
Microsoft.UI.Xaml 2.6.1
Windows app type:
Additional context
The text was updated successfully, but these errors were encountered: