Currently, the developer has to add a ContextMenuEvent to trigger the context menu.
The long press gesture is supported on iOS, and that should be used instead to trigger a menu notification, matching how the context menu is displayed from a native control.
The contextMenu should support the usual text operations of copy/paste/select (as a follow-up ofJDK-8245499)
The long press gesture is supported on iOS, and that should be used instead to trigger a menu notification, matching how the context menu is displayed from a native control.
The contextMenu should support the usual text operations of copy/paste/select (as a follow-up of