-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Panstart event not recognized after .stop() #811
Comments
Duplicated this bug: http://codepen.io/anon/pen/pJdBJB The session should be cleared on the next input start, but is apparently not: https://github.com/hammerjs/hammer.js/blob/master/hammer.js#L443-L451 It seems likely the previous input session is still considered active following using The session + recognizer logic is here: https://github.com/hammerjs/hammer.js/blob/master/src/manager.js#L71-L119 |
So i've just now discovered this bug myself - I know it's often hard to predict with these sorts of things - though was wondering if i might trouble you guys for an eta of a potential fix to this issue? We're using hammer for quite alot of touch based web experiments, and this bug is causing some quite annoying interactivity glitches... :P |
Early September is currently the target for the first patch release post maintainer changes. Anything with |
Does Merging #824 potentially fix this too? |
Any update on this? I'm on 2.0.4 and still seeing the issue. |
This may have been a |
I add the css style 'backface-visibility: hidden;' to the el, and this fix the issue for me. |
Hey,
It seems that whenever I stop to recognize events in the current input session, the next
panstart
is "skipped".Am I doing something wrong? I am trying to avoid panning if the origin of the pan is not at the edge of the screen. I use Hammer v 2.0.4.
The text was updated successfully, but these errors were encountered: