You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
The onScrolledToBottom function should trigger when the scollable is scrolled to the bottom, regardless of the height property that has been set on the scrollable
Actual behavior
The onScrolledToBottom function does not trigger when the scrollable reaches the bottom when the scrollable is provided a non-discrete height propert (e.g. "100%")
Steps to reproduce the problem
When the height property is set to a discrete value such as 100px the onScrolledToBottom function triggers normally when the scrollable reaches the bottom
However when the height is set to something like 100% or not provided, the onScrolledToBottom function does not trigger when the scrollable reaches the bottom