apache / echarts

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

chart.on("click",(n)=>{alert(1)}) dont work on gl3d chart in phone device (android and ios) #12496

Closed javadrajabi closed 2 years ago

javadrajabi commented 4 years ago

Version

4.7.0

Reproduction link

https://jsfiddle.net/javadrajabi/k9bsjeL0/1/

Steps to reproduce

var container = document.getElementById('main'); var chart = echarts.init(container); chart.on("click",(n)=>{ alert(1); }) must sho alert

What is expected?

after click or toch gl 3d chart in phone device ,show alert

What is actually happening?

but dont show alert. Although show alert on desktop device.but dont show alert on phone device


find this issue on an Android device. also this issue just in 3d GL charts . I checked and i realized that : chart.on('click'.... this event not work. also this error is from the original library . you can test it on this link https://jsfiddle.net/javadrajabi/k9bsjeL0/1/

Test once with your phone, once with your computer

echarts-bot[bot] commented 4 years ago

Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.

If you are interested in the project, you may also subscribe our mail list.

Have a nice day! 🍵

HuseyinAkkaya commented 4 years ago

Still no answer :(

javadrajabi commented 4 years ago

We are still waiting...

Markyza commented 4 years ago

Test once with your phone, once with your computer

What is your android version?

javadrajabi commented 4 years ago

Test once with your phone, once with your computer

What is your android version?

android 8 and ios 13.5

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] commented 2 years ago

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!