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 2021/11/05 03:31:49 UTC

[GitHub] [echarts] jzeron edited a comment on issue #12864: [DISCUSS] To find better solutions for detecting touchable device

jzeron edited a comment on issue #12864:
URL: https://github.com/apache/echarts/issues/12864#issuecomment-961601479


   Microsoft Surface Hub we had to disable pointerEventsSupported in addition to enabling touchEventsSupported:
   ```javascript
   import zRenderEnv from 'zrender/lib/core/env';
   zRenderEnv.touchEventsSupported = true;
   zRenderEnv.pointerEventsSupported = false;
   ```


-- 
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: commits-unsubscribe@echarts.apache.org

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