Chrome touchhenave touch touch

I saw that this question was asked a couple of times here, but no one answered.

Before moving on to implementing the more resource-intensive elementAtPoint method, can someone confirm that Chrome does not support touchenter and touchleave ?

MDN documents it https://developer.mozilla.org/en-US/docs/Web/Reference/Events/touchenter

The latest W3C project points to it http://www.w3.org/TR/2011/WD-touch-events-20110505/

Does anyone know if any version of Chrome supports it, even if it is in development, can I get it?

+4
source share
1 answer

Well, pretty outdated, I think ... In any case, I just used touch events, they are now supported, and Chrome will eventually send touch events instead of clicking if you switch to device mode in the developer window (F12), Thus, they are easy to verify.

CanIUse is also a friend: http://caniuse.com/#search=touch

+1
source

Source: https://habr.com/ru/post/1500779/


All Articles