soeasyjx opened a new issue, #19640:
URL: https://github.com/apache/echarts/issues/19640
### Version
5.5.0
### Link to Minimal Reproduction
无
### Steps to Reproduce
1. 通过cnpm 安装5.5.0版本的echarts
2. 脚本顶部引入echarts ;import * as echarts from "echarts";
3. 初始化图表 echarts.init(chartDom, null, { renderer: "canvas" })
### Current Behavior
当html页面放入到ios手机端时,加载echarts图表后,手指触摸并平移非echarts元素时
,整体页面都会被整体移动,不加载echarts,页面则是正常的表现,手指在图表上移动时,不会导致整个页面都移动
### Expected Behavior
希望不平移这个html页面
### Environment
```markdown
- OS: ios 16.7.2
```
### Any additional comments?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]