gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
756 stars 238 forks source link

Disable jquery scrollbar for iOS? #142

Closed stuartngreen closed 7 years ago

stuartngreen commented 7 years ago

Scrolling doesn't seem so smooth on my iPad mini (maybe it's just me), so I was wondering if there's a way to disabled the plugin for iOS and just use native scrollbars?

Thanks

gromo commented 7 years ago

use option ignoreMobile:true

stuartngreen commented 7 years ago

Great, thanks :)