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

Scrolling on mobile (touch) #89

Open
bpmct opened this issue Jun 30, 2020 · 4 comments
Open

Scrolling on mobile (touch) #89

bpmct opened this issue Jun 30, 2020 · 4 comments

Comments

@bpmct
Copy link

bpmct commented Jun 30, 2020

How can I go about allowing normal page scrolling on a mobile touch device? Currently, it will just try to select things in the SelectableGroup since it is full-width?

@rmacuna
Copy link

rmacuna commented Jan 5, 2021

I have the same problem.
When I try to scroll on mobile is almost impossible. Did you found any workaround to fix this? Could be really helpful

@heri16
Copy link

heri16 commented Jan 29, 2021

Maybe a way to scroll with two fingers?

@rmacuna
Copy link

rmacuna commented Jan 30, 2021

Maybe a way to scroll with two fingers?

That would definitely do the trick

@loukmane-issa
Copy link

loukmane-issa commented Oct 13, 2021

Would a change in this line:

mouseDown = (e: Event) => {
do the trick to detect if it's a touch event and wait a few 100 ms to verify that there is not another couch coming after? If yes, I can do it, is the package still taking PR?

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

4 participants