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

scrollView在ios下多次弹性滑动导致组件闪动 #2616

Closed
7oolss opened this issue Mar 28, 2019 · 7 comments
Closed

scrollView在ios下多次弹性滑动导致组件闪动 #2616

7oolss opened this issue Mar 28, 2019 · 7 comments
Assignees

Comments

@7oolss
Copy link

7oolss commented Mar 28, 2019

问题描述
(问题发生在h5,weapp正常)
scrollView组件在ios中具有橡皮筋滑动效果(滑到尽头后还可继续拉动)
多次连续触发橡皮筋效果导致组件闪动

复现步骤

  1. 移动端ios下滑动scrollView组件(h5)
  2. 滑到尽头后,触发橡皮筋效果
  3. 快速重复步骤2
  4. 组件发生闪动

期望行为
scrollView组件的橡皮筋效果无异常,对比weapp

报错信息

系统信息

  • 操作系统: Windows 10
  • Taro 版本 Taro v1.2.0-beta.14
  • Node.js 版本 v10.14.1
  • 报错平台 h5

补充信息
异常原因推测:
连续触发橡皮筋效果导致组件滑动定位异常,出现类似'吸顶'效果。

@taro-bot
Copy link

taro-bot bot commented Mar 28, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@taro-bot
Copy link

taro-bot bot commented Apr 8, 2019

CC @jinjinjin0731

@jinjinjin0731
Copy link
Contributor

版本是Taro v1.2.0-beta.14? 更新到最新版本

@taro-bot
Copy link

taro-bot bot commented Apr 8, 2019

Hello~

您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

@taro-bot taro-bot bot removed the to be closed label Apr 12, 2019
@taro-bot taro-bot bot closed this as completed Apr 12, 2019
@lifudea
Copy link

lifudea commented Jul 10, 2020

@7oolss 你解决掉橡皮筋问题了吗?怎么解决的

@lifudea
Copy link

lifudea commented Jul 10, 2020

我想禁用橡皮筋、找很长时间都找不到怎么禁用

@shengbowen
Copy link

我想禁用橡皮筋、找很长时间都找不到怎么禁用

页面config上加上

  config = {
    disableScroll: true,
  };

就可以了

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