-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS: opens on long press regardless of shouldOpenOnLongPress setting #901
Comments
#983 Might be related to this, I started looking into the code in the repo and this PR is pretty much what I was coming up with as a fix. |
I still encounter this problem in
Device: iOS 18.3 (Android will not happen when set the |
I suggest renaming that prop to something less confusing. Perhaps isOpenOnPress? Something that doesnt imply that it will never open on long press |
isOpenOnPress would be very confusing for me 😅 Lines 68 to 71 in 09a142f
If this doc is accurate, it seems it's named fine and is just broken, but I could definitely be missing something here. |
shouldOnlyOpenOnLongPress? |
isOpenMenuPrimaryAction? Multiple ways to name it |
I just don't think the name is the problem - this issue is about the setting effectively doing nothing, it's a bug. |
The menu always opens on long press.
The text was updated successfully, but these errors were encountered: