Long Press Event (on mobile devices)

Hi all,

is there any possibility to listen to a “long press” event in Vaadin flow (for example, to open grid editor on a mobile device)?

Regards

Marcus.

The context menu works with long press or right click.

https://vaadin.com/components/vaadin-context-menu/java-examples

And it can be used in the grid too.

https://vaadin.com/components/vaadin-grid/java-examples/context-menu

I’m not aware of other ways to react to long press in Flow.