We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onZoomStart is not called when using zoom via pinch on mobile_web.
OnZoomStart is called when zooming with the mouse wheel, but not when using pinch on mobile_web.
https://codesandbox.io/s/vue-chart-3-chart-js-issue-template-forked-ce6dtz?file=/src/App.vue
("zoom start" warning window does not appear)
The text was updated successfully, but these errors were encountered:
onZoomStart
pinchStart
I'm also having this issue. Is it planned to be solved soon?
Sorry, something went wrong.
Fixed by #810
When returning false in the onZoomStart() callback, the zoom operation should be cancelled according to documentation.
false
However, the pinch event is not cancelled for me and the zoom is done although it should be aborted.
Thus, I think this ticket shall not be closed as it is not completely finished.
No branches or pull requests
onZoomStart is not called when using zoom via pinch on mobile_web.
OnZoomStart is called when zooming with the mouse wheel, but not when using pinch on mobile_web.
https://codesandbox.io/s/vue-chart-3-chart-js-issue-template-forked-ce6dtz?file=/src/App.vue
("zoom start" warning window does not appear)
The text was updated successfully, but these errors were encountered: