cubiq / iscroll

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

iscroll not working in Android latest version 6.0.1 and chrome beta #1118

Closed kishorsathe closed 7 years ago

kishorsathe commented 7 years ago

Hi Team,

We have used latest version of iscroll, we are facing issue in latest Android and chrome beta browser, scroll is not working normal, its very slow and hard to drag.

Issue also reproducible in your below Demo in mobile browser chrome beta and latest android version (6.0.1).

http://lab.cubiq.org/iscroll5/demos/simple/

Pauxis commented 7 years ago

I have the same issue on 6.0.1 and looking for a solution

moumoutang commented 7 years ago

This is the same question in 5.2.0;You can try to set options like this

disablePointer: true, // important to disable the pointer events that causes the issues disableTouch: false, // false if you want the slider to be usable with touch devices disableMouse: false // false if you want the slider to be usable with a mouse (desktop)

disable pointer event,force to use touch

OmarRAMIC commented 7 years ago

related to https://github.com/cubiq/iscroll/issues/1109

sculove commented 7 years ago

Some Android 6.0.1 does not support pinch-zoom value. ex) Samsung Galaxy Note5, Samsung Galaxy S6, ...

aaronguostudio commented 6 years ago

I solved the issue with moumoutang's solution.