react-custom-scrollbars
react-custom-scrollbars copied to clipboard
Scroll one direction and force use custom scrollbar on Mobile browsers
Hi @malte-wessel
I did some test and believe these two features are possible. My implementation is at https://github.com/othree/react-custom-scrollbars/commits/paidy now. I am willing to organize it well and send PRs back. But I am not sure are you interested in it.
So I am here to asking the opinion about these two features from you.
Hey, thanks for your efforts! The library was actually meant to not use the custom scrollbars on mobile, since devices have their own style, and that should be the preferred one. But I could imagine a property that deactivates this behaviour. E.g.
<Scrollbars mobile/>
Yes, I expect these features all be configurable by props. Will send PR soon :)
Hi @malte-wessel @othree how are the things going with custom scrollbar on mobile devices? Is there any solution to make it work?