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

SwipeCell 滑动单元格 在h5中会导致列表无法上下滚动 scrollview滚动失效 #479

Closed
1 of 7 tasks
xuchen522178898 opened this issue Mar 20, 2023 · 2 comments · Fixed by #487, #493, #495, #514 or #517
Closed
1 of 7 tasks

Comments

@xuchen522178898
Copy link

xuchen522178898 commented Mar 20, 2023

这个 Issue 涉及以下平台:

  • 微信小程序
  • 支付宝小程序
  • 百度小程序
  • 头条小程序
  • 快手小程序
  • QQ 轻应用
  • Web 平台(H5)

BUG 描述
SwipeCell 滑动单元格 在h5中会导致列表无法上下滚动 scrollview滚动失效
在小程序中可以正常使用

复现步骤
在 scrollview 中放几组SwipeCell 便可浮现
期望结果
h5在使用SwipeCell可以正常滚动
实际结果

截图
image
image
image
无法上下滚动
环境

附加信息
可能是因为SwipeCell 在ontouch相关事件中阻止默认行为导致的

@xuchen522178898
Copy link
Author

image
zh注释掉这行代码好像就好了

@hisanshao
Copy link
Contributor

下个版本修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment