kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Bug][Grid] Context menu is not working in iOS

Open vveesseelliinnaa opened this issue 11 months ago • 1 comments

Description

The context menu of the Grid is not opened on touch in iOS, working properly on Android.

Steps To Reproduce

  1. Open https://www.telerik.com/kendo-react-ui/components/grid/interactivity/context-menu#cell-operations in iOS Chrome or Safari
  2. 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

vveesseelliinnaa avatar Jan 23 '25 10:01 vveesseelliinnaa

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.

zdravkov avatar Feb 10 '25 13:02 zdravkov