Hi,
I’ve implemented a trigger with a “while scrolling in view” interaction within a scrollable div. It works as expected on desktop, but not on mobile.
Desktop: The interaction functions when either the scrollable div or the parent container is scrolled.
Mobile: The scroll interaction only functions when the parent container is scrolled. I’ve tested this behavior on both Safari and Chrome.
On the desktop, the interaction works as long as the trigger moves within the viewport. However, on mobile, the interaction fails when the scrollable div is scrolled.
Does anyone have any suggestions on how to get the interaction to work when the scrollable div is scrolled on mobile?