Closed mustaqahmed closed 7 years ago
As @RByers pointed out in the issue, forcing "touch-action:none" on all instances by adding this.scrollerStyle.touchAction = ''none"
to all build/iscroll*.js is a better option. Please ignore this pull request in favor of that better fix.
Thank you for contribution I fixed it. you can use iScroll v5.2.0-snapshot!
Add a touch-action:none property to suppress browser action on the scroller so that the scroller receives all pointer events. See #1100.