This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] [iOS] Xamarin Shell Flyout navigates incorrectly with more than 4 items #12563
Labels
Comments
don't subscribe, I'm getting over 100 emails a day from this subscription |
@dan-matthews can you try out 5.0 pre3 and if you still see the issue attach a repro? I'm not quite seeing what you're talking about here.. I'm seeing the same behavior on Android and iOS for this one |
@PureWeen this bug still happens. :/ |
Seems to be the same (or related) with #11446 |
A workaround seems to be to declare separate flyout items instead of using FlyoutDisplayOptions="AsMultipleItems". This does not work
While this works:
|
renders the 'more' menu unusable and restricts you to five tabbar options. A vote here to resolve this, please. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
If you use a Xamarin Shell flyout menu with more than 4 items on an iOS device, then selecting the 5th item or below will slide up the 'More' menu, requiring a second selection. This is not ideal behaviour.
On Android navigating to any item in the flyout navigates directly to it.
Steps to Reproduce
Expected Behavior
App will navigate directly to route specified on 5th item.
Actual Behavior
App shows the More popup, requiring a second selection of the item (will now be top item in the 'More' list).
Basic Information
The text was updated successfully, but these errors were encountered: