inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

something wrong with code #658

Closed blackwhiteeagle closed 7 years ago

blackwhiteeagle commented 7 years ago

var _touchaction = (cap.isie10) ? '-ms-touch-action' : 'touch-action'; if (cap.hasmstouch) self.css((self.ispage) ? $("html") : self.win, { _touchaction: 'none' });

you mean to set {'-ms-touch-action': 'none'} or {''touch-action': 'none'}, actually, {'_touchaction': 'none'}

inuyaksa commented 7 years ago

Thanks, I'm rewriting this part.