scrollTo with lock: true
does not stop ongoing touch move scrolling on mobile
#315
Labels
bug
Something isn't working
scrollTo
does not seem to prevent ongoing touch move scrolling on mobile, even when specifyinglock: true
.The "bug" is reproducible with following steps:
scrollTo
withlock: true
scrollTo
animation progress.The issue is easily reproducible with following codepen. The codepen uses
scrollTo
every few seconds to scroll to different sections.https://codepen.io/imbachb/pen/bGJeawM
If you try it via desktop browser inspection tools in mobile mode it does not jitter but it produces many errors in the console.
[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted
On mobile (I could only try iOS so far) the jitter is present.
Is this a bug? Or is there a workaround for this issue?
I'm trying to replicate this effect from https://www.david-hckh.com/ which seems to handle this problem perfectly.
The text was updated successfully, but these errors were encountered: