angular-gestures
angular-gestures copied to clipboard
AngularJS directive that adds support for multi touch gestures to your app. Based on hammer.js.
I'm seeing the following after upgrading an older project's angular-gestures package to include the new recognizer check added via #41 . Specifically, the line where the direct function reference comparison...
It would be nice, if there would be support for this too.
Thanks for the lib! I was just playing around a little bit with all the events but I can't seem to get the 'double tap' working? Can somebody tell me...
The gestures don't seem to work on the standard browser of an andriod device. I've tested it on a Android 4.1.2 and 4.0.3. If I user the chrome browser on...
angular-gestures appears to work with Angular 1.5.*. Could you update the Angular dependency in bower.json? It's set to 1.4.0.
How can a plugin based on events have no concept of stop propagation and prevent default especially when it piggy backs off of the Hammer.js that supports this??? I have...
Hi, Thanks for the lib. I was trying to use recognizeWith and requireFailure functionality of hammer in this lib but it doesnt seem to have a way. Please guide if...