Closed valera-shulghin closed 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
style="touch-action: none;"
If I pass eventPassthrough: true to options, scroll works
eventPassthrough: true
Sorry, it was my error.
Initialized with default configuration:
var myScroll = new IScroll('#wrapper', {});
Strange things I saw during debugging:
style="touch-action: none;"
on wrapper elementIf I pass
eventPassthrough: true
to options, scroll works