Re: [pointerevents] Imperative API to request suppression of panning and zooming

The issue with either specifying a timeout or having a fixed timeout is the lack of flexibility. It may turn out not to matter, but the developer may want a custom timeout - or may even want to make the decision based on the events seen so far.

I don't think a promise makes any guarantee about timing, just as a request promise will come later. The advantage is that you can have complex logic deciding when you want to take over a touch stream that hasn't turned into a gesture yet.

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

Received on Friday, 8 September 2017 16:01:41 UTC