最佳答案
I have a Text
with long text inside a ScrollView
and I want to detect when the user has scrolled to the end of the text so I can enable a button.
I've been debugging the event object from the onScroll
event but there doesn't seem any value I can use.