-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
ios13.4,滑动太快,会回弹 #982
Comments
+1 |
+1,当translate(${x}px,${y}px) 的距离越远,getComputedPosition()获取到的值再传递给_translate(x, y)去暂停时,真实的滑动距离和暂停滑动的滑动距离,会相差很大,造成了快速滑动一定距离之后,触发stop()时,视觉上回弹一小段距离。和不同端的性能有关系,也和项目内部其他逻辑的性能消耗也有关系。 |
我这边也遇到了,iOS系统更新到13.4 就遇到这个问题了,请问解决方案吗? |
请问解决方案吗? |
我这也是,你们有啥解决方案吗 |
@xiaoxiaodemeng 遇到这个问题的,请参考#978 |
+1 |
v2.0.0-beta.9 已修复此问题 |
@theniceangel bs 2.0.3 在 IOS 13.7 下 useTransition = true 此问题依旧出现 |
测试:2.0.4解决了 |
iOS 14 系统内部自己已修复了该问题 |
关了回弹,滑太快依旧还是会回弹,目前用的2.5.0版本,而且用scroll-bar插件就无法滑动了 |
No description provided.
The text was updated successfully, but these errors were encountered: