Skip to content
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

V3.0.2 还是没有修复 滑动误触点击事件 #78

Open
JonsonHI opened this issue Oct 14, 2021 · 7 comments
Open

V3.0.2 还是没有修复 滑动误触点击事件 #78

JonsonHI opened this issue Oct 14, 2021 · 7 comments

Comments

@JonsonHI
Copy link

看了下代码,有些代码没有合并进3.0.2 请大佬看下 合并进去

@JonsonHI
Copy link
Author

js 文件里的一些手势 并没有PR 进去 我修改了下 PR的代码 确实不会误触了

@bolan9999
Copy link
Owner

他那个有setstate pointerevent,这会导致重绘,在滑动的时候会影响性能,没有完全采用他的代码。最近在做4.0版本

@JonsonHI
Copy link
Author

好的感谢,方便告知下进度吗? 列表还等着这个组件进行

@bolan9999
Copy link
Owner

springscrollview 4.0分支,可以clone看看

@xilin0923
Copy link

这是RN自身的问题
import { TouchableOpacity } from 'react-native-gesture-handler'
用RNGH里的TouchableOpacity替换原有组件,基本可以解决误触的问题

@THDGunner
Copy link

这是RN自身的问题 import { TouchableOpacity } from 'react-native-gesture-handler' 用RNGH里的TouchableOpacity替换原有组件,基本可以解决误触的问题

使用RNGH组件后,误触确实有改善。但是快速滑动scrollview时,误触率还是很高。请问这个问题你解决了吗?

@songxiaoliang
Copy link

@THDGunner 只能说fuck了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants