-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comments
下个版本修复 |
This was referenced Apr 21, 2023
This was referenced Jun 5, 2023
This was referenced Jul 5, 2023
This was referenced Aug 25, 2023
This was referenced Sep 23, 2023
This was referenced Jan 31, 2024
This was referenced Apr 30, 2024
This was referenced May 11, 2024
This was referenced May 24, 2024
This was referenced Jun 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个 Issue 涉及以下平台:
BUG 描述
SwipeCell 滑动单元格 在h5中会导致列表无法上下滚动 scrollview滚动失效
在小程序中可以正常使用
复现步骤
在 scrollview 中放几组SwipeCell 便可浮现
期望结果
h5在使用SwipeCell可以正常滚动
实际结果
截图
![image](https://user-images.githubusercontent.com/58065198/226240223-c5c0831a-7c22-47c6-a822-7bbbb4b90468.png)
![image](https://user-images.githubusercontent.com/58065198/226240236-fd156a6a-205a-456c-9ffb-1072ae1f1e8d.png)
![image](https://user-images.githubusercontent.com/58065198/226240255-830ea93d-7fb3-4fa9-ad79-2c508988084d.png)
无法上下滚动
环境
附加信息
可能是因为SwipeCell 在ontouch相关事件中阻止默认行为导致的
The text was updated successfully, but these errors were encountered: