Skip to content
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

TouchScrollable disabled onTouchMove events on inner content #40

Open
Krasnopir opened this issue Feb 21, 2019 · 1 comment
Open

TouchScrollable disabled onTouchMove events on inner content #40

Krasnopir opened this issue Feb 21, 2019 · 1 comment

Comments

@Krasnopir
Copy link

when TouchScrollable element has scroll, onTouchStart and onTouchEnd events work,
but onTouchMove don't work

https://codesandbox.io/s/mj0kx3zm8x

@renet
Copy link

renet commented Dec 9, 2019

e.stopPropagation();

I'm having the same issue. This line of code, which seems to be required for enabling touch-scrolling, prevents components like the Material UI Slider from being used on touch devices inside of <TouchScrollable />.

Can you please help me fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants