[Navigation][TabBar][NavView] Avoid using reflection when navigating through tabs with a region attached #2690
Labels
kind/enhancement
New feature or request.
triage/untriaged
Indicates an issue requires triaging or verification.
What would you like to be added:
When navigating using a TabBar or NavigationView with a
Grid
to hold the content of its items, it would be great if reflection was not used, since the items are already there.As an example we have the code shown in the docs:
NavigationView
TabBar
If there are no RouteMaps for the tabs, when preparing the request to navigate Navigation goes searching for a view or view model to dynamically create a RouteInfo for that navigation. But there would be no views nor VMs associated there. So in the end it ends up creating a RouteInfo with only the path here.
Why is this needed:
For which Platform:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: