SettingsItem is not supported from NavigationViewNavigator #2652
Labels
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
Current behavior
Clicking on the SettingsItem while IsSettingsVisible="True":
Uno.Extensions.Navigation.MappedRouteResolver: Warning: TypeFromPath - Navigation failed: Could not resolve type for path 'SettingsItem'.
Uno.Extensions.Navigation.MappedRouteResolver: Warning: TypeFromPath - Navigation failed: Could not resolve type for path 'SettingsItem'.
Not doing anything on click
Expected behavior
should navigate to the Requested Route like MenuItems or FooterItems
How to reproduce it (as minimally and precisely as possible)
set up a Uno App Project with Recommended Preset Template and include Regions for Uno.Extensions.Navigation (blanc requires more work for setup because you have to add extensions nuget manually)
Add a NavigationView to a Page, add some Page, like "AboutPage" to explicitly respect the Naming rules for Navigator in Uno as Nested Route to MainPage beside a Home Page thats set to default. since I use mvux I set up Route
Declare:
run the app and click on SettingsItem, see same message in console.
Environment
Nuget Package (s):
Package Version(s): Uno.Sdk 5.5.56
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
I think this issue can be resolved by editing this:
but this is estimating a Enumerable and the SettingsItem is not Enumerable its one element... Should be easy to fix isnt it?
The text was updated successfully, but these errors were encountered: