apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.69k stars 19.62k forks source link

[Bug] echarts-gl/charts click event not work on mobile device(Android Edge,iOS Safari ) #20525

Open oulinhuao opened 2 days ago

oulinhuao commented 2 days ago

Version

5.5.1

Link to Minimal Reproduction

null

Steps to Reproduce

mapChart.on('click', params => { console.log('params', params) })

Current Behavior

no log print

Expected Behavior

print

Environment

- OS:
- Browser: (Android Edge,iOS Safari )
- Framework: vue3

Any additional comments?

降版本?改源码?有解决方案的可以提一提

oulinhuao commented 2 days ago

补充下,是3d地球的场景下,pc端正常,移动端不行: image

helgasoft commented 1 day ago

duplicate of #15003