Touch controls do not work on Windows devices
Open
bug
compatibility
en
waiting-for: community
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### 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.
Contributor guide
Assessment
This issue has not been assessed yet.