And now I have my main screen with only two tabs.
This workaround sucks. Xamarin sucks.
Hello,
Welcome to Microsoft Q&A!
If you need to hide the TabItem and make it be able to navigate, you could register it by using code .
For example, register it as follows:
Routing.RegisterRoute("CharConfirmPage", typeof(CharConfirmPage));
And navigate as follows:
private async void OnMenuItemClicked(object sender, EventArgs e)
await Shell.Current.GoToAsync("CharConfirmPage");
Best Regards,
Junior Jiang
----------
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.