jstoudt / enscroll

A jQuery plugin for custom scrollbars
http://enscrollplugin.com
Other
73 stars 46 forks source link

Scrolling with touch events scrolls the whole page, not the div with applied enscroll #38

Closed Abdelhady closed 10 years ago

Abdelhady commented 10 years ago

I'm applying enscroll to many divs in the social network I'm working with https://www.jidari.com/ and the plugin is doing great except with one thing, when scrolling inside these divs using any mobile/tablet device (based on touch events), it scrolls the whole page not affecting the current div at all

Abdelhady commented 10 years ago

I found that when I remove the "overflow: hidden", touch events works fine, but of course the browser's scrollbars return

jstoudt commented 10 years ago

Hi @abdelhady Could you confirm that you are using the latest version of enscroll? This problem should have been resolved in issue #31 https://github.com/jstoudt/enscroll/issues/31.

If that's not the problem does the demo page at enscrollplugin.com work correctly on your mobile device? Could you possibly point me to a specific example of this problem?

Thanks!