CreateJS / EaselJS

The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier.
http://createjs.com/
MIT License
8.14k stars 1.97k forks source link

300ms click delay on touch devices #347

Closed mayank-finoit closed 11 years ago

mayank-finoit commented 11 years ago

On touch devices (e.g iphone, ipad, android) there is a delay of 300ms on click event. So if i want to add fast click event on some shape there will be a delay which is causing a lot of problem.

gskinner commented 11 years ago

Check out: https://github.com/ftlabs/fastclick

austinheap commented 10 years ago

Hey @gskinner, thanks as always for your excellent CreateJS library! Quick question for you -- we've been having the same issue, but if we add Fastclick we lose all touch events that used to come back through EaselJS. Any pointers? Thanks!