scrollTo
does not seem to prevent ongoing touch move scrolling on mobile, even when specifying lock: true
.
The "bug" is reproducible with following steps:
scrollTo
with lock: 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.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too