You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/04/25 22:30:16 UTC

[GitHub] [incubator-echarts] javadrajabi opened a new issue #12496: chart.on("click",(n)=>{alert(1)}) dont work on gl3d chart in phone device (android and ios)

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] HuseyinAkkaya commented on issue #12496: chart.on("click",(n)=>{alert(1)}) dont work on gl3d chart in phone device (android and ios)

Posted by GitBox <gi...@apache.org>.
HuseyinAkkaya commented on issue #12496:
URL: https://github.com/apache/incubator-echarts/issues/12496#issuecomment-639061058


   Still no answer :(


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12496: chart.on("click",(n)=>{alert(1)}) dont work on gl3d chart in phone device (android and ios)

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12496:
URL: https://github.com/apache/incubator-echarts/issues/12496#issuecomment-619449101


   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](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) 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](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] Markyza commented on issue #12496: chart.on("click",(n)=>{alert(1)}) dont work on gl3d chart in phone device (android and ios)

Posted by GitBox <gi...@apache.org>.
Markyza commented on issue #12496:
URL: https://github.com/apache/incubator-echarts/issues/12496#issuecomment-666394141


   > Test once with your phone, once with your computer
   
   What is your android version? 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] javadrajabi commented on issue #12496: chart.on("click",(n)=>{alert(1)}) dont work on gl3d chart in phone device (android and ios)

Posted by GitBox <gi...@apache.org>.
javadrajabi commented on issue #12496:
URL: https://github.com/apache/incubator-echarts/issues/12496#issuecomment-640732776


   We are still waiting...


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] javadrajabi commented on issue #12496: chart.on("click",(n)=>{alert(1)}) dont work on gl3d chart in phone device (android and ios)

Posted by GitBox <gi...@apache.org>.
javadrajabi commented on issue #12496:
URL: https://github.com/apache/incubator-echarts/issues/12496#issuecomment-666414831


   > > Test once with your phone, once with your computer
   > 
   > What is your android version?
   
   android 8 and ios 13.5


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org