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 was archived by the owner on May 1, 2024. It is now read-only.
In a Xamarin Shell app on iOS, when there are an overflow of tabs into the 'More' section, items in the 'More' section seems to lose their routing. When selected, they stop going anywhere and do nothing. I appears to be related to selecting one of the first four items in the Flyout menu, which navigate directly. It almost seems as if items those items in the flyout menu somehow 'clear' the route for the items in the More section when they are selected.
Steps to Reproduce
Create a Xamarin Forms app with a Flyout menu containing 8 or more items.
Run on an iOS emulator/device
Select items from the More menu and the Flyout menu repeatedly.
Expected Behavior
The selected item should always route.
Actual Behavior
After a few selections, items in the More menu will stop navigating. Once they stop navigating, the only way to get them working again is to close the app and re-open it.
Basic Information
Version with issue: 4.8.0.1269, 4.0.8.0.1560
Last known good version: Unknown
IDE: VS 2019
Platform Target Frameworks:
iOS: 11, 12
Android: n/a
UWP: n/a
Android Support Library Version: n/a
Nuget Packages: n/a
Affected Devices: All iOS
The text was updated successfully, but these errors were encountered:
Description
In a Xamarin Shell app on iOS, when there are an overflow of tabs into the 'More' section, items in the 'More' section seems to lose their routing. When selected, they stop going anywhere and do nothing. I appears to be related to selecting one of the first four items in the Flyout menu, which navigate directly. It almost seems as if items those items in the flyout menu somehow 'clear' the route for the items in the More section when they are selected.
Steps to Reproduce
Expected Behavior
The selected item should always route.
Actual Behavior
After a few selections, items in the More menu will stop navigating. Once they stop navigating, the only way to get them working again is to close the app and re-open it.
Basic Information
Version with issue: 4.8.0.1269, 4.0.8.0.1560
Last known good version: Unknown
IDE: VS 2019
Platform Target Frameworks:
iOS: 11, 12
Android: n/a
UWP: n/a
Android Support Library Version: n/a
Nuget Packages: n/a
Affected Devices: All iOS
The text was updated successfully, but these errors were encountered: