-
Notifications
You must be signed in to change notification settings - Fork 100
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
HUGE BUG - ABSOLUTELY NO STOPPROPAGATION() and NO PREVENTDEFAULT() #23
Comments
The following sitch is a NO GO - View Details
someController.js -- |
Any PR is welcome :) I'll try to work on integrating hammer 2.0 shortly.. |
I did not get stopPropagation() to work properly yet but I will try to get it done soon |
@wzr1337 what's the status of this? is there a fix already? I'm having similar problems with propagation. |
actually I am to busy currently to work on it and Ido not yet have a fix for it.. |
I just worked on this for a while and couldn't figure it out. Do you think it's because the event is being passed inside a $timeout? |
+1 on this. Kind of makes this otherwise awesome module unusable. |
The thing is that hammer does not provide these features on its regular I am currently fiddling around with some additional code, but I need some On Friday, January 30, 2015, Johan Gyllenspetz notifications@github.com
|
Hammer provides an event objects for their event handlers. As I see it in their documentation, the event object has a To stop propagation you can simply do Source: Hammer API |
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 to say that since I spent the time to integrate this into my solution I will be quite annoyed if there is not a fix or a hot fix or something to hold this BIG BUG.
The text was updated successfully, but these errors were encountered: