d3 / d3-zoom

Pan and zoom SVG, HTML or Canvas using mouse or touch input.
https://d3js.org/d3-zoom
ISC License
502 stars 143 forks source link

(dbl) Tap distance #216

Closed Fil closed 4 years ago

Fil commented 4 years ago

fixes #180 and #206; now dbltap with the stylus works on iPad.

the following demo has this fixed version: https://observablehq.com/d/08731b929c250a93

A pending question is, should we remove touch-action: none which prevents dbl-tap with the finger (triple-tap works though) on iPad. See https://github.com/d3/d3-zoom/issues/206#issuecomment-657566655