Xamarin Forms Prism Navigation from TabbedPage behaves as PushModelAsync or the navigation bar disappears

FIX:

The reason for this is that ViewA’s parent is not a NavigationPage, the result is that the Navigation Service assumes you want modal Navigation. You simply need to add useModalNavigation: false, this will make the Navigation Service push ViewD correctly inside the Navigation Page.

Xamarin Forms Prism Navigation from TabbedPage behaves as PushModelAsync or the navigation bar disappears

上一篇:数组上下移动


下一篇:参考8.1.4的类Point的代码