[touch-events] [feature request] Standardize long press touch event (#109)

Thaina has just created a new issue for https://github.com/w3c/touch-events:

== [feature request] Standardize long press touch event ==
In mobile device it was common for application to handle long press as context menu or simulated right click. We can simulate it with start and timer. But it not standard so we have to reimplement it. The threshold also actually varied between platform and could be customized from OS setting

For consistent experience, I would like to have standard long press event that will use OS's threshold to fire event if the element was bind to it

```HTML
<div onlongpress="longPressEvent(e)">
    open context menu
</div>
```

Is it possible?

Please view or discuss this issue at https://github.com/w3c/touch-events/issues/109 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 16 February 2021 04:46:55 UTC