Re: [pointerevents] touch-action doesn't allow for press-hold-drag UX (#178)

> I suppose one answer is that such UX should just be built using HTML5 DnD primitives, and I am a little ashamed that this works on Edge but not Chrome ;-). But I think there's still [an argument](https://github.com/RubaXa/Sortable/issues/1022#issuecomment-280715379) for allowing sites to build their own "press-hold-drag" behavior.

I'm wondering what press-hold-and-drag behaviours couldn't be built using HTML5 DnD primitives. I.e. if you set an empty dragImage and listen to drag events it might be possible to build completely custom rich drag interfaces which rely on the native platform timing for when to start drag (just as you would with contextmenu).

-- 
GitHub Notification of comment by flackr
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/178#issuecomment-1029125263 using your GitHub account


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

Received on Thursday, 3 February 2022 15:46:36 UTC