-
Notifications
You must be signed in to change notification settings - Fork 57
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
scrolling initiated on component with pan recognizers doesn't work #32
Comments
It ought to work with |
(or, we accidentally introduced a bug in Hammer, either way, need to fix) |
Yes, I do have Hammer 2.0.6. And I'm not customizing the
As part of a component declaration. If I switch it to:
Then scrolling works. |
I'm now having this problem too, exact same setup (minus tap) |
I have the same issue with |
Closes #32 - Pan gestures is only horizontal
I have same issue with pinch recognizer... I was able to solve it with CSS, as suggested in #104
But I have no idea if this will introduce some other errors. |
When I enable the pan recognizer on a component, an attempt to scroll the page where the touch gesture starts on the component doesn't result in the page scrolling. I need to begin the touch somewhere else to scroll. When I remove
pan
from the list of recognizers, scrolling works as expected.The README has a comment about how
pan
is horizontal-only so it doesn't break scrolling, is this related? I would have thought scrolling should work.The text was updated successfully, but these errors were encountered: