cubiq / iscroll

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

iscroll scroll hardly with chrome dev mode in version ^5.1.3 #1147

Closed gitby15 closed 7 years ago

gitby15 commented 7 years ago

Iscroll has some problem in chrome mobile dev mode, It scroll hardly. It is good in chrome of pc, but bad in chrome of mobile phone, also bad in chrome with device dev mode. is something wrong with touchmove? maybe something wrong. in version before 5.1.3 is good, 5.1.3 bad, 5.2.0 bad, thank you very much:D

kaansoral commented 7 years ago

I've notice a hard scrolling issue too, did you solve it?

chang0022 commented 7 years ago

look at the demo. https://github.com/cubiq/iscroll/blob/master/demos/simple/index.html use this script https://github.com/cubiq/iscroll/blob/master/demos/demoUtils.js then chrome mobile dev moda is OK. image

gtdalp commented 7 years ago

@chang0022 Thank you very much,Demo can be used!