hugg95 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Gestures (touch) support #608

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add gesture support to Closure Library.  It looks like you guys already have 
gestures implemented on some sites, which could be possibly ported back into CL?

Merge changes by benvanik: https://code.google.com/r/benvanik-gestures/
or
Port http://eightmedia.github.io/hammer.js/
Hammer.js is a very good implementation of touch gestures

Original issue reported on code.google.com by jhiswin on 17 Nov 2013 at 4:32

GoogleCodeExporter commented 9 years ago
Or possibly integrate PointerGestures from Polymer, which also appears to do a 
very good job.

Original comment by jhiswin on 18 Nov 2013 at 2:23