我有一个ScrollView
并且我正在使用该onMomentumScrollEnd
事件来触发一个功能,但我也有一个使用 scrollTo 方法的按钮,该按钮也可以从onMomentumScrollEnd
事件中触发该功能。有没有办法onMomentumScrollEnd
仅在来自触摸交互时触发事件?
我尝试使用onScrollEndDrag
它,因为它特定于触摸交互,但我特别需要ScrollView
它滑到停止时的位置
我有一个ScrollView
并且我正在使用该onMomentumScrollEnd
事件来触发一个功能,但我也有一个使用 scrollTo 方法的按钮,该按钮也可以从onMomentumScrollEnd
事件中触发该功能。有没有办法onMomentumScrollEnd
仅在来自触摸交互时触发事件?
我尝试使用onScrollEndDrag
它,因为它特定于触摸交互,但我特别需要ScrollView
它滑到停止时的位置