JaspervanRiet opened a new issue #12166: Touch controls do not work on Windows devices URL: https://github.com/apache/incubator-echarts/issues/12166 ### Version 4.6.0 ### Steps to reproduce Have a chart (in our case a line chart) with an inside datazoom. Pinch to zoom will now work on mobile devices, but not on e.g. laptops with touchscreens. ### What is expected? Windows devices with touchscreens are expected to work just like mobile devices. ### What is actually happening? Touch events are being intercepted by the browser. If this is explicitly disabled using e.g. `touch-action` in CSS, nothing happens. --- We have a large touch screen we want to show our charts on. This uses Windows. This lacking functionality means we cannot do that. <!-- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
