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

时间:2020-01-03 20:12:24   收藏:0   阅读:89

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.

原文:https://www.cnblogs.com/mschen/p/12146048.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!