-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
Related issue: unoplatform/uno.extensions#2449
After unoplatform/uno.extensions#2695 is merged we need to adjust the Navigation sample to use Navigation.Data
with TabBarItem
s.
Currently we're showcasing how to do that with commands only:
Lines 23 to 29 in 096762a
[RelayCommand] | |
private async Task GoToFirstTab() | |
=> await _navigator.NavigateRouteAsync(this, route: "TBDataOne", Qualifiers.Nested, data: Entity); | |
[RelayCommand] | |
private async Task GoToSecondTab() | |
=> await _navigator.NavigateRouteAsync(this, route: "TBDataTwo", qualifier: Qualifiers.Nested, data: Entity); |
Metadata
Metadata
Assignees
Labels
No labels