antvis / S2

⚡️ A practical visualization library for tabular analysis.
https://s2.antv.antgroup.com
MIT License
1.46k stars 193 forks source link

🐛移动端 图表滑动到边缘 页面滚动条无法滚动 #2857

Open zjs307065909 opened 1 month ago

zjs307065909 commented 1 month ago

🏷 Version

Package Version
@antv/s2
@antv/s2-react
@antv/s2-vue

Sheet Type

🖋 Description

2.0版本 移动端 图表按住滑动到边缘 页面滚动条无法滚动 图表有无数据皆不能滚动页面 1.0版本 完全正常

⌨️ Code Snapshots

🔗 Reproduce Link

2.0地址: https://s2.antv.antgroup.com/zh/examples/case/performance-compare/#table 1.0地址: https://s2-v1.antv.antgroup.com/examples/basic/table/#table

🤔 Steps to Reproduce

打开提供的链接 F12 移动端模式下 修改canvas高度和可视区域高度 显示出网页滚动条后 鼠标滚轮 页面向下滚动一些 按住数据网上拖拽即可复现 无法滑动问题 相同操作 1.0版本可以拖动

😊 Expected Behavior

早日排期 尽快恢复

😅 Current Behavior

💻 System information

Environment Info
System
Browser
sgf1205 commented 4 weeks ago

支持早日解决该问题,我暂时是将生成的canvas中的touch-action属性设置为auto解决的

canvas.style.touchAction = 'auto'

github-actions[bot] commented 4 weeks ago

你好 @zjs307065909,很抱歉给你带来了不好的体验, 我们会尽快排查问题并修复, 请关注后续发布日志.

Hello, @zjs307065909, We are so sorry for the bad experience. We will troubleshoot and fix the problem as soon as possible. Please pay attention to the follow-up change logs.