-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double Tap #31
Comments
I am also experiencing issues with double tap, trying to find out what the actual issue is |
@tomhoogenboom it seems double tap is a tap with an interval between taps. If you look at the recognizers it shows it as Hammer.Tap, so it looks something like this:
However, I am actually still getting errors with the double tap even with this code. My code is actually blowing out in hammer.js when it's trying to set "otherRecognizer". |
Is this fixed? I am still getting 2 taps instead of a double-tap. My angularJS version is 1.3.15. |
still have this problem here also :/ |
I'm also experiencing this unfortunately. |
guys? is it fixed? |
I have the same problem. :/ |
This worked for me:
|
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 what I'm doing wrong?
There's a preview on http://preview.tomhoogenboom.nl
In my view I have:
<div hm-double-tap="test($event)"></div>
In my app.config I'm having the following:
If I add a [Hammer.DoubleTap] here I'm getting an error " TypeError: undefined is not a function" from hammer.js when it tries to loop through the recognizers.
Am I doing something wrong and can somebody please help me?
The text was updated successfully, but these errors were encountered: