chengpeng12 opened a new issue, #21464: URL: https://github.com/apache/echarts/issues/21464
### Version 4.8.0 ### Link to Minimal Reproduction https://www.makeapie.cn/echarts_content/xn4xGv0UAd.html ### Steps to Reproduce 在示例链接中,给mapChart绑定点击事件 ` mapChart.on('click', () => {alert(1)}) ` ### Current Behavior 给mapChart绑定点击事件,pc端浏览器可以生效,移动端浏览器不生效 ### Expected Behavior 如何才能让点击事件在移动端浏览器中生效 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### 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]
