标签: c# xaml xamarin.forms
我想要一个没有标签页的特定页面。我想删除标签页。但是,当我使用此代码时,它会删除导航。
NavigationPage.SetHasNavigationBar(this, false);
答案 0 :(得分:1)
基于Xamarin的link:
您似乎需要为自己的网页创建custom renderer并在ParentViewController.TabBarController.TabBar.Hidden = true
ParentViewController.TabBarController.TabBar.Hidden = true
ViewWillAppear()