iscroll icon indicating copy to clipboard operation
iscroll copied to clipboard

User Testing Video - Galaxy Note - Weird ~Slowness

Open kaansoral opened this issue 7 years ago • 4 comments

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

kaansoral avatar Apr 25 '17 21:04 kaansoral

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

jbgomond avatar Jun 02 '17 14:06 jbgomond

@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.

sculove avatar Jun 10 '17 01:06 sculove

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 ...

kaansoral avatar Jun 10 '17 11:06 kaansoral

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?

yangjocy avatar Aug 28 '18 08:08 yangjocy