Hi folks.
I am using a master details page inside a tabbed page. I have updated the Prism library and Xamarin. Forms packages, and now the navigation inside the master details page does not work correctly. When I tap on the menu item inside the master details page, the navigation does not happen. This behavior only happens when I put the master details page inside the Tabbed page (The root page is the Tabbed page). Everything works fine when I have a Master Details page as a Root page. So the questions are following. How can I tackle this problem? Is there any workaround using Prism navigation when we have a master details page inside a tabbed page?
I have attached a sample and gif files reproducing the navigation problems.
Thank you.
p.s. The same issue even when the "Xamarin.Forms" version is 4.8.0.1821
Given: The application is running
And: I have navigated to the master details page (Master tab)
When: I tap on menu item (page 4)
Then: I should navigate to the corresponding page (page 4)
Given: The application is running
And: I have navigated to the master details page (Master tab)
When: I tap on menu item (page 4)
Then: The navigation does not happen and the current details page does not change


reproduction link
sample -
PrismSample.zip
First off, don't do that 馃槃
Never place a MDP in a TabbedPage. The MDP should always be a root page.
Also, TabbedPage navigation is completely broken right now. Due to the new scoping behavior we added, it is now assigning the wrong VM to the tab pages. Which means technically you are navigating from the wrong object. We are aware of this and investigating a fix.
Thank you @brianlagunas for your effort. Indeed the using MDP inside a tabbed page isn't a good approach, but I have to :-). Also, I would happy to see FlyOutPage support in the new release. It's very similar to MDP and I think it demands just a few lines of code inside PageNavigationService.
p.s. It would be nice to see also a stable version of the plugin.popup
We will eventually support FlyoutPage. Plugin.popup is not maintained by Prism.