You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started an implementation of this but didn't finish because I'm not sure that's something people absolutely want for SimpleBar.
If you need this feature, please add a 👍 or comment below!
Remember that the goal of SimpleBar is to be as lightweight as possible. There is already plenty of plugins that support more features like this one.
Also it would probably be a good idea to copy the native implementation of Webkit instead of inventing something myself, but I wasn't able to find the code for it.
We need to keep in mind that it would be tricky to implement this especially on mobile because we usually don't want this on tap but in click (mouse...) only.
The text was updated successfully, but these errors were encountered:
I started an implementation of this but didn't finish because I'm not sure that's something people absolutely want for SimpleBar.
If you need this feature, please add a 👍 or comment below!
Remember that the goal of SimpleBar is to be as lightweight as possible. There is already plenty of plugins that support more features like this one.
Also it would probably be a good idea to copy the native implementation of Webkit instead of inventing something myself, but I wasn't able to find the code for it.
We need to keep in mind that it would be tricky to implement this especially on mobile because we usually don't want this on tap but in click (mouse...) only.
The text was updated successfully, but these errors were encountered: