Summary
It would be great to add callbacks for the double-tap gesture on ResumableZoom, just like it already has for the pan and pinch gestures.
Expected API
I think keeping it simple here makes sense, so just adding:
onDoubleTapStart: TapGestureEventCallback;
onDoubleTapEnd: TapGestureEventCallback;
to the ResumableZoom callbacks. Please let me know your thoughts. Thanks!
Summary
It would be great to add callbacks for the double-tap gesture on
ResumableZoom, just like it already has for the pan and pinch gestures.Expected API
I think keeping it simple here makes sense, so just adding:
to the
ResumableZoomcallbacks. Please let me know your thoughts. Thanks!