You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d3-zoom does not detect my touchscreen tablet. I have always had navigator.maxTouchPoints === 0`. Other websites such as Steam, Google Maps, and Bing Maps all accept touch input properly. Just nothing that uses d3-zoom accept my touches properly.
One example https://observablehq.com/@d3/pan-zoom-axes?collection=@d3/d3-zoom . The whole page zooms instead of the graph, until I put zoom.touchable(true) after const zoom =[^;]+;. That workaround becomes hard when using d3-zoom through a third-party library such as react-flow which controls the d3-zoom initialization itself.
The text was updated successfully, but these errors were encountered:
d3-zoom does not detect my touchscreen tablet. I have always had
navigator.
maxTouchPoints === 0`. Other websites such as Steam, Google Maps, and Bing Maps all accept touch input properly. Just nothing that uses d3-zoom accept my touches properly.One example https://observablehq.com/@d3/pan-zoom-axes?collection=@d3/d3-zoom . The whole page zooms instead of the graph, until I put
zoom.touchable(true)
afterconst zoom =[^;]+;
. That workaround becomes hard when using d3-zoom through a third-party library such as react-flow which controls the d3-zoom initialization itself.The text was updated successfully, but these errors were encountered: