kendo-react
kendo-react copied to clipboard
[Bug][Grid] Context menu is not working in iOS
Description
The context menu of the Grid is not opened on touch in iOS, working properly on Android.
Steps To Reproduce
- Open https://www.telerik.com/kendo-react-ui/components/grid/interactivity/context-menu#cell-operations in iOS Chrome or Safari
- Tap a cell continuously to open the context menu Result: the cell content is selected
Actual Behavior
The cell content is selected and the menu is not shown.
Expected Behavior
The context menu has to be shown.
Browser
Chrome, Safari
Browser version
latest
OS type
MacOS, iOS
Additional details
Reported in Ticket ID: 1676277
Safari doesn't has support to the "contextMenu" event https://developer.mozilla.org/en-US/docs/Web/API/Element/contextmenu_event so it is not a bug at our current logic, but we need to think of a possible solution with a different approach.