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
Seeing this with Chrome (in responsive mode and on android). Only 1-3 pan events are fired for me when panning over a div component with e.g.
height: 100vh; overflow-x: hidden; overflow-y: auto;
Relevant Hammer.js discussion: hammerjs/hammer.js#1065
Workaround which worked for me was applying the CSS touch-action: pan-y to the memory-scroll component.
touch-action: pan-y
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seeing this with Chrome (in responsive mode and on android). Only 1-3 pan events are fired for me when panning over a div component with e.g.
Relevant Hammer.js discussion: hammerjs/hammer.js#1065
Workaround which worked for me was applying the CSS
touch-action: pan-y
to the memory-scroll component.The text was updated successfully, but these errors were encountered: