-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Touch controls do not work on Windows devices #12166
Copy link
Copy link
Open
Labels
Milestone
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.
Reactions are currently unavailable