Hi all, I need to detect the scroll end of a scroll view but it appears that scrollend
, scrollEnd
, dragend
, dragEnd
event are not available in android. It has only scroll
event without required properties to detect scroll end. Does somebody know any workaround for this provided that I must use ScrollView.
All suggestions are welcome. Thanks.