-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
I try to DeepLink into a subPage of one TabbarItem. See the following navigation call:
_navigationService.NavigateAsync($"/NavigationPage/TabbedPage?{KnownNavigationParameters.SelectedTab}=Tab2ContentPage/ViewA_Page/ViewB_Page");
Steps to Reproduce
- Start yout App
- Navigate by an absolute path -> /NavigationPage/TabbedPage/Tab1/ViewA_Page/ViewB_Page
Expected Behavior
ViewB_Page should be show as content of Tab1
Actual Behavior
ViewB_Page is shown without TabbedPage
Basic Information
- Version with issue: 7.2.0.1422
- Last known good version: -
- Xamarin.Forms version: 4.4.0.991640
- IDE: Visual Studio for Mac 8.4.4
Reproduction Link
- Start the app from the repository https://github.com/MaxFmi/IssuePrismDeepLinkIntoTabbedPage/
- Click the button "DeepLink ViewModel Navigation to ViewB"
- You should see ViewB_Page inside a TabbedPage. But instead we see a plane ViewB_Page without Tabs.
ChristopherStephan
Metadata
Metadata
Assignees
Labels
No labels