Skip to content
New issue

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

feat: Add zoom functionality with double tap gesture, recognise single tap gestures, forward ref #47

Merged
merged 3 commits into from
Mar 24, 2024

Conversation

likashefqet
Copy link
Owner

Description

  • Double Tap to Zoom: Enable a double tap gesture for users to seamlessly zoom in and out of images. When double tap functionality is enabled, the automatic Reset Zoom and Snap Back feature will be disabled, allowing users to maintain their desired zoom level without automatic resets.
  • Single Tap Functionality: Detect and process single tap gestures to trigger specific actions or functionality as needed within the component
  • Ref Handle: Customize the functionality further by utilizing the exposed reset method. This method allows you to programmatically reset the image zoom as a side effect to another user action or event, in addition to the default double tap and pinch functionalities.

@likashefqet likashefqet self-assigned this Mar 24, 2024
@likashefqet likashefqet merged commit 9da1d33 into main Mar 24, 2024
6 checks passed
@likashefqet likashefqet deleted the release/3.0 branch August 25, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant