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
时间:2020-01-03 20:12:24
收藏:0
阅读:89
FIX:
原文:https://www.cnblogs.com/mschen/p/12146048.html
评论(0)