Closed tomeronen closed 2 weeks ago
Fixed by #810
When returning false
in the onZoomStart() callback, the zoom operation should be cancelled according documentation.
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.
if pinch is enabled, then zoom happens without the onZoomStart being called. I think this is a quick fix. Can i open a PR to add the onZoomStart function before the zoom call?