Hi, we are in the process of migrating to Polaris Web Components, and I was wondering if there are any plans to include onScroll and onScrollEdge along with the scroll position?
We are using <s-scroll-box /> in order to show products for upsells, and these two functions are crucial for us to determine what products have been viewed based on the scroll position, and whether customer reached the end of the scroll component.
With the React-based components this was possible via onScroll / onScrolledToEdge on <ScrollView />. The docs state that no scroll events are emitted and point back to the 2025-07 React API which is being deprecated and not feasable anymore.
Are there any plans to introduce these two functions?
Thanks a bunch!