Skip to content

Tag: mouseenter

JS: Touch equivalent for mouseenter

is there a touch equivalent of the mouseenter. I would like to detect if user slide on my DIV. I prefer a solution depending directly on the target element not on a parent element with recounting positions etc. The site: http://dizzyn.github.io/piano-game/ – works fine with mouse (mouse down and slide; …