- From: None via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Oct 2015 17:19:26 +0000
- To: public-touchevents@w3.org
staktrace has just submitted a new pull request for https://github.com/w3c/touch-events: == Canceling a touchmove should not prevent dispatching of clicks == Existing behaviour in Chrome for Android (and I believe Safari on iOS as well) is to dispatch a click if preventDefault is called on the first touchmove. The only default action that is prevented in this case is panning. Updating spec to match this behaviour. We are updating Firefox OS to match this behaviour as well in https://bugzilla.mozilla.org/show_bug.cgi?id=1174532 and its dependency. Firefox on Android will inherit this behaviour in the near future when it switches to using the same platform code that Firefox OS uses. See https://github.com/w3c/touch-events/pull/43
Received on Friday, 30 October 2015 17:19:28 UTC