react-custom-scrollbars icon indicating copy to clipboard operation
react-custom-scrollbars copied to clipboard

Scroll one direction and force use custom scrollbar on Mobile browsers

Open othree opened this issue 6 years ago • 3 comments

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.

othree avatar Jan 08 '19 09:01 othree

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/>

malte-wessel avatar Jan 08 '19 13:01 malte-wessel

Yes, I expect these features all be configurable by props. Will send PR soon :)

othree avatar Jan 09 '19 09:01 othree

Hi @malte-wessel @othree how are the things going with custom scrollbar on mobile devices? Is there any solution to make it work?

lloydbanks avatar Jul 31 '20 11:07 lloydbanks