apache / apache/echarts

Touch controls do not work on Windows devices

Open
#12,166 21 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.