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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
In IOS, when there are more than 5 tabs, a More list is generated in iOS.Once we launch a page from the More list, we couldn't navigate to another page.
Steps to Reproduce
create a xamarin form project with Tabbed template
add more than five NavigationPage in TabbedPage, for example:
add a click event in TestPage5 or TestPage6 and navigate to a new page (eg. TestPage7).After that, when we click Button to trigger the event, we will find that we couldn't go to TestPage7.
Description
In IOS, when there are more than 5 tabs, a More list is generated in iOS.Once we launch a page from the More list, we couldn't navigate to another page.
Steps to Reproduce
Expected Behavior
We expect the current page in more list could navigate to another page just as in android.
Actual Behavior
The page in more list couldn't navigate to another page in IOS.
Basic Information
Screenshots
Reproduction Link
Workaround
The text was updated successfully, but these errors were encountered: