qiaolb / react-dragscroll

React DragScroll is a React component which enables scrolling via holding the mouse button.
MIT License
36 stars 17 forks source link

Add support for touchscreens #12

Open willnix86 opened 5 years ago

willnix86 commented 5 years ago

Works fine in the browser (at least in Chrome) but not on my iPhone. Any ideas how to implement that functionality?

avivbiton commented 5 years ago

Added a pull request which improves the implementation and allows you to disable the dragscroll on mobile (set to true by default) #14