cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

v5.2.0 not working for mobile devices #1197

Closed valera-shulghin closed 7 years ago

valera-shulghin commented 7 years ago

Initialized with default configuration:

var myScroll = new IScroll('#wrapper', {});

Strange things I saw during debugging:

style="touch-action: none;" on wrapper element

If I pass eventPassthrough: true to options, scroll works

valera-shulghin commented 7 years ago

Sorry, it was my error.