-
-
Notifications
You must be signed in to change notification settings - Fork 892
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using the Webview2 in the TargetPageType of NavigationView, some key will become invalid. For example, ↑↓←→ (Key.Up, Key.Right, Key.Left, Key.Down)
To Reproduce
<ui:NavigationView Grid.Row="1">
<ui:NavigationView.MenuItems >
<ui:NavigationViewItem Content="Webview" NavigationCacheMode="Enabled" TargetPageType="{x:Type pages:Web}">
ui:NavigationViewItem.Icon
<ui:SymbolIcon Symbol="Globe20" />
</ui:NavigationViewItem.Icon>
</ui:NavigationViewItem>
</ui:NavigationView.MenuItems>
</ui:NavigationView>
Expected behavior
Some keys should work.
Screenshots
No response
OS version
Any
.NET version
dotnet 9.0
WPF-UI NuGet version
4.0.3
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working