Re: [touch-events] Canceling a touchmove should not prevent dispatching of clicks (#43)

Chrome never sends both touchmove and click, so this difference is not observable in chrome (can test this [here](http://rbyers.github.io/eventTest.html)).  I.e. a gesture is always one of:
1) a scroll - click not possible
2) a tap - get click but never a touchmove
3) touchstart canceled (no scroll or click possible)

We've tried to relax this in the past but found it broke too many sites.  Trying the above test page on Safari on iOS 9, I also cannot seem to ever get both a touchmove and click event for the same gesture.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/pull/43#issuecomment-152593850

Received on Friday, 30 October 2015 17:26:52 UTC