chartjs-plugin-zoom
chartjs-plugin-zoom copied to clipboard
I can't disable zoom by pinch while `wheel` zoom is enabled
I want to disable zoom by pinch.
When I set options.zoom.pinch.enabled by false. while setting options.zoom.wheel.enabled: true, I still can zoom by pinch.
For reproduce the case you can try the samples at https://www.chartjs.org/chartjs-plugin-zoom/latest/samples/basic.html
Is there something I missed?
What device are you using?