-
Notifications
You must be signed in to change notification settings - Fork 82
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
手势滑动灵敏度不够 #60
Comments
在优化中,你可以升级到v3.0去试试 |
@zyslife ,你好,试了下v3.0版本,发现头部滑动还是不流畅,感觉头部采用手势感觉很难实现流畅,估计这是安卓本身支持的原因。react-native-collapsible-tab-view采用的是pointerEvents='none' 来解决头部滑动的灵敏度问题,但是这会导致头部的内容如果有侧滑等相关操作失效。 |
这个问题会在v4版本解决. |
@zyslife ,如果能解决,那就太好了,整个RN领域目前无人能完美解决该问题,解决该问题将是RN领域的重大突破。请问v4版本大概什么时候发布?很期待。 |
其实没什么,v4用到了动画库,大概下周release |
周末有点事,这周完成不了了,会推迟几天。 |
收到,期待你解决这个难题。另外,关于头部的高度,能否实现不设置高度,动态计算高度,这其中可能会有部分异步请求。 |
@lixiaoyong-81 可以试试最新版v4.0.0-rc.0 |
|
在滑头部分的时候在android上会也抖动 这个怎么解??? |
大兄弟,感谢分享,点赞。不过目前感觉手势灵敏度不够,请问有好的解决方案么?
The text was updated successfully, but these errors were encountered: