We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are the checks in the code below inverted? I.e. DIRECTION_HORIZONTAL should be pan-x and DIRECTION_VERTICAL should be pan-y?
https://github.com/hammerjs/hammer.js/blob/master/src/recognizers/pan.js#L29-L34
If so, I can submit a pull request to fix it.
The text was updated successfully, but these errors were encountered:
Fix inverted touch-action for pan recognizer
87e6c03
- Fix hammerjs#728
605bd3b
Successfully merging a pull request may close this issue.
Are the checks in the code below inverted? I.e. DIRECTION_HORIZONTAL should be pan-x and DIRECTION_VERTICAL should be pan-y?
https://github.com/hammerjs/hammer.js/blob/master/src/recognizers/pan.js#L29-L34
If so, I can submit a pull request to fix it.
The text was updated successfully, but these errors were encountered: