Bug: onContextMenu not fired in iOS 13 and later #21812
Labels
Resolution: Stale
Automatically closed due to inactivity
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
From v13 onwards, iOS doesn't fire
contextmenu
events on long-press. It only displays the "touch callout".This inconsistency with all other browser seems, like something synthetic events could handle:
React version: 17.0.2
Steps To Reproduce
onContextMenu
listenerLink to code example: https://www.quirksmode.org/dom/events/tests/contextmenu.html
The current behavior
React
onContextMenu
listeners are not called.The expected behavior
React
onContextMenu
listeners are called.Workarounds
References
contextmenu
event? w3c/touch-events#68The text was updated successfully, but these errors were encountered: