Hello,
Welcome to our Microsoft Q&A platform!
In your case you could set the SetTabBarIsVisible as true when leave from the previous page .
In previous page
protected override void OnDisappearing()
{
base.OnDisappearing();
Shell.SetTabBarIsVisible(this, true);
Shell.SetNavBarIsVisible(this, true);
NavigationPage.SetHasBackButton(this, false);
}
Best Regards,
Lucas Zhang
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.