knockouch
knockouch copied to clipboard
the casing changed in knockouch.js but not knockouch.min.js
Would be cool to use [Bower](http://bower.io/) and be able to do ... ``` bash $ bower install knockouch ```
Obvs [Hammer.js](http://hammerjs.github.io/getting-started/) has now got a 1.x and a 2.x branch, where 2.x hass been "completely rewritten". When I tried I was not able to simply switch my project dependency...
I am using this library. Although it works fine with tap event but the hold event is working only once. I also tried taphold but it is not working.
I'm trying to import knockouch over requireJS with knockout configred as dependency through shim, but it always returns "ko is not defined".
The tap binding for Knockout is being fired twice when I tap on a button. Is there a fix for this? I made a JSFiddle here (http://jsfiddle.net/g8Zry/7/) Thanks