javadrajabi opened a new issue #12496:
URL: https://github.com/apache/incubator-echarts/issues/12496


   ### Version
   4.7.0
   
   ### Reproduction link
   
[https://jsfiddle.net/javadrajabi/k9bsjeL0/1/](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
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to