-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
列表内item点击失效 #79
Comments
😅 |
可以描述一下是如何操作会无法重置吗? |
按住屏幕不放先往上滑再往下滑,看上去是根本没触发onMomentumScrollEnd,iOS和android均有该问题。 |
你先退回去吧,最近在搞一个全新的版本,短期内不一定会有时间修复 |
#94 已提交补丁。 |
为啥我换哪个版本都不行。。RN0.67最新版 |
懒得拖出来。。。重写了_onScrollEndDrag再调用一次_onMomentumScrollEnd |
最近发现项目里使用largeList组件的列表,在按住屏幕不放后上下滑动后,列表内item点击事件失效。
发现3.0.2版本为了修复#75 增加了以下代码:
onStartShouldSetResponderCapture={() => this._dragging}
部分场景中this._dragging没有被重置成flase导致子视图无法响应touch事件,将版本后退至3.0.1-rc.5,问题解决。
The text was updated successfully, but these errors were encountered: