angular-hammer
angular-hammer copied to clipboard
Hammer.js v2 support for AngularJS
Hello, We started exploring using NightmareJS for testing our app UI. We discovered that the click trigger from Nightmare wasn't clicking when a button/link/anything else has a hm-tap property. It...
Currently, adding multiple recognizers to the same element ends up in a last in wins. If you need to create custom recognizers, you can put 1 per element. This can...
This is a quick hint for anyone having the same problem and using Webpack. Due to angular-hammer we had Angular duplicated in chunks. The code in index.js made Webpack include...
Check out this issue: https://github.com/RyanMullins/angular-hammer/issues/62 How do you make such a basic functionality so hard to implement? I mean getting swipable navigation menu is probably the biggest reason people start...
I have 3 sections that can be swiped through in a cordova app. ``` long content page 1 long content page 2 long content page 2 ``` The problem is...
Sorry, this is less of an issue and more of a thank you and general inquiry. So firstly, thanks - great work! I have an element that I want hmPressup...
I try to add it to my project but this error appear: error Invalid Version: 2.2-jsdw $> bower install --save ryanmullins-angular-hammer bower ryanmullins-angular-hammer#\* not-cached https://github.com/ryanmullins/angular-hammer.git#* bower ryanmullins-angular-hammer#\* resolve https://github.com/ryanmullins/angular-hammer.git#* bower...
I updated bower and this package update failed. I'm getting this message.... error: Invalid Version: 2.2-jsdw Thanks.
I can't seem to get either of these events to fire at all, the other ones have no issues firing.
Fixes #73