jamesflorentino / nanoScrollerJS

A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.
http://jamesflorentino.github.com/nanoScrollerJS/
MIT License
2.69k stars 504 forks source link

Prevents click events on Windows 8 #329

Open iamdriz opened 7 years ago

iamdriz commented 7 years ago

When using this on Windows 8, I have noticed that any elements within the scrollable panel that have click events attached to them are ignored. I presume because on touchstart you are calling something to prevents any further events bubbling up. Is there a way to stop this?

kristerkari commented 7 years ago

Hmm.. I'm not sure if the library does anything that causes the events not to bubble. I'm not using windows, so I'd need to install it to even test this. Which browser were you using?