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

ios13.4,滑动太快,会回弹 #982

Closed
json1224 opened this issue Mar 26, 2020 · 12 comments · Fixed by #1017
Closed

ios13.4,滑动太快,会回弹 #982

json1224 opened this issue Mar 26, 2020 · 12 comments · Fixed by #1017

Comments

@json1224
Copy link

No description provided.

@KDJack
Copy link

KDJack commented Mar 28, 2020

+1

@AU-Pro
Copy link

AU-Pro commented Mar 31, 2020

+1,当translate(${x}px,${y}px) 的距离越远,getComputedPosition()获取到的值再传递给_translate(x, y)去暂停时,真实的滑动距离和暂停滑动的滑动距离,会相差很大,造成了快速滑动一定距离之后,触发stop()时,视觉上回弹一小段距离。和不同端的性能有关系,也和项目内部其他逻辑的性能消耗也有关系。

@tanlucheng
Copy link

我这边也遇到了,iOS系统更新到13.4 就遇到这个问题了,请问解决方案吗?

@tanlucheng
Copy link

+1,当translate(${x}px,${y}px) 的距离越远,getComputedPosition()获取到的值再传递给_translate(x, y)去暂停时,真实的滑动距离和暂停滑动的滑动距离,会相差很大,造成了快速滑动一定距离之后,触发stop()时,视觉上回弹一小段距离。和不同端的性能有关系,也和项目内部其他逻辑的性能消耗也有关系。

请问解决方案吗?

@xiaoxiaodemeng
Copy link

我这也是,你们有啥解决方案吗

@theniceangel
Copy link
Collaborator

@xiaoxiaodemeng 遇到这个问题的,请参考#978

@wayward-man
Copy link

+1

@theniceangel
Copy link
Collaborator

v2.0.0-beta.9 已修复此问题

@haidaxian
Copy link

@theniceangel bs 2.0.3 在 IOS 13.7 下 useTransition = true 此问题依旧出现

@894046832
Copy link

测试:2.0.4解决了

@theniceangel
Copy link
Collaborator

iOS 14 系统内部自己已修复了该问题

@fallenleavesguy
Copy link

关了回弹,滑太快依旧还是会回弹,目前用的2.5.0版本,而且用scroll-bar插件就无法滑动了

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

Successfully merging a pull request may close this issue.

10 participants