noeldelgado / gemini-scrollbar

:first_quarter_moon: Custom overlay-scrollbars with native scrolling mechanism for web applications

Home Page:https://noeldelgado.github.io/gemini-scrollbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does this support mobile broswer touch events?

tianyingchun opened this issue · comments

Hi, did you read the README file? it shouldn't need to support touch events, in that case it should use the native scrollbars and the thing should still work as expected...

You can access the scrollable-element via yourInstance.getViewElement() and subscribe to any event you want/need.

If that doesn't answer your question, can you explain the problem/use-case you are dealing with?

yeah. i know your idear.