ericdrowell / KineticJS

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://www.kineticjs.com
3.98k stars 753 forks source link

tap and dbltap are not working on a windows7 PC (chrome) with touchscreen monitor #183

Open lhwparis opened 11 years ago

lhwparis commented 11 years ago

i use the latest version (4.1.2). the events tap and dbl tap are not working there. all other events are fine. any suggestion how to fix that problem? thanks for you help

ericdrowell commented 11 years ago

unfortunately, Windows 7 does not support touchstart, touchmove, and touchend (like every other browser that supports touch). This is currently on my todo list, but haven't had enough demand for it to increase the priority.

lhwparis commented 11 years ago

thanks for your answers. thats not correct chrome under windows7 with a touchscreen DOES support touchstart, touchend and touchmove we used it a lot in this specific project. the only thing not working correctly are the kinetic events tap and dbltap :/