You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the document (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/pages/tabbedpage?view=net-maui-8.0), TabbedPage is incompatible with .NET MAUI Shell apps, and an exception will be thrown if you attempt to use TabbedPage in a Shell app. But if there is a requirement: click a button in a content page, then navigate to a tabbed page, how to do this? Now any project created by VS is default to Shell apps.
Public API Changes
no
Intended Use-Case
let Shell and TabbedPage work together
The text was updated successfully, but these errors were encountered:
Description
According to the document (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/pages/tabbedpage?view=net-maui-8.0), TabbedPage is incompatible with .NET MAUI Shell apps, and an exception will be thrown if you attempt to use TabbedPage in a Shell app. But if there is a requirement: click a button in a content page, then navigate to a tabbed page, how to do this? Now any project created by VS is default to Shell apps.
Public API Changes
no
Intended Use-Case
let Shell and TabbedPage work together
The text was updated successfully, but these errors were encountered: