Scroll snapping and scroll into view problem with touch devices

Can someone help me understand why scroll into view interactions work with css scroll snapping when using mouse/trackpad even on mobile devices but not when swiping?


Here is my public share link: [LINK][1]
([how to access public share link][2])

[1]: https://preview.webflow.com/preview/haus-nera?utm_medium=preview_link&utm_source=designer&utm_content=haus-nera&preview=5ea688e715f5aea63075491cf45b9c03&workflow=preview)
[2]: Share a read-only link | Webflow University

After looking into this it seems that GSAP scrolltrigger is a solution, what is interesting though is that is solves the problem by changing by allowing us to chose which element should be watched for the scroller position. Can someone help (I’m not a dev) figure out a code snippet that would get Webflow to look at other element for scroller position? that would allow everybody to use build in scroll in view interactions with scroll snapping.