react-selectable-fast
react-selectable-fast copied to clipboard
Scrolling on mobile (touch)
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?
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
Maybe a way to scroll with two fingers?
Maybe a way to scroll with two fingers?
That would definitely do the trick
Would a change in this line: https://github.com/valerybugakov/react-selectable-fast/blob/b31d776a3805185d6ddb9d32d6eeb133b2492d4e/src/SelectableGroup.tsx#L506 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?