iscroll
iscroll copied to clipboard
User Testing Video - Galaxy Note - Weird ~Slowness
It's not actually slowness, but something is preventing the scroll from continuing
About a year ago, I was very deeply involved with iscroll dynamics, but right now, I just hope there is a simple cause and solution
Here's the video, any ideas?
https://www.geobird.com/s/5571576403853312
Seems that adding "touch-action: none;" on the main div solves the problem ... https://github.com/cubiq/iscroll/issues/1135
Could that be solved without this hack ? ping @sculove
@MJBGO Sorry for the late replay. you're right.
The version of Google Chrome is updated quickly, but the iscroll is difficult to respond effectively. and the iscroll does not respond quickly to browser changes.
I tried to write the test code, but I can not afford it. @cubiq is also like that. I am now trying to find a better way.
Yes, indeed the proposed solutions does solve the issue well
It's indeed extremely hard to keep up with HTML technologies in general, mobile devices, highly segmented android devices, and now webkit itself started breaking things ...
Hi There, Met same issue here... The slowness happens on mobile devices while it's totally OK on desktop chrome. Tried "touch-action:none" but it didn't work this time - First, adding it to the wrapper's CSS touch-action will get covered by iScroll's own touch-action. Second, even if I manually change it to "none", the slowness is still there. Any ideas?