touch-layer icon indicating copy to clipboard operation
touch-layer copied to clipboard

Custom events and gestures handler for touch enable mobile devices

Results 3 touch-layer issues
Sort by recently updated
recently updated
newest added

Hi @cubiq and @thomasyip, thank you for your great library. I notice a memory leak if DOM nodes removed from DOM tree. I think this is because `eventList` holds a...

There is a way to bind a touch-layer event, such as 'swipe'. But, there is no way to unbind it. (ie, gt('swipe', function() { ... });