Skip to content

[Feature]: Add Double-Tap Gesture Callbacks for Resumable Zoom #122

Description

@KasperGam

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions