noeldelgado / gemini-scrollbar

:first_quarter_moon: Custom overlay-scrollbars with native scrolling mechanism for web applications
https://noeldelgado.github.io/gemini-scrollbar/
MIT License
428 stars 63 forks source link

does this support mobile broswer touch events? #13

Closed tianyingchun closed 9 years ago

noeldelgado commented 9 years ago

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?

tianyingchun commented 9 years ago

yeah. i know your idear.