- From: Rick Byers via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Oct 2015 17:26:21 +0000
- To: public-touchevents@w3.org
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. -- GitHub Notif of comment by RByers See https://github.com/w3c/touch-events/pull/43#issuecomment-152593850
Received on Friday, 30 October 2015 17:26:24 UTC