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(zoom): Allow custom gesture handlers #1846

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RamonEspinosa
Copy link

🚀 Enhancements

  • Introduce 'createGestureHandlers' function prop in the Zoom component to enable developers define custom gestures.
    This allows for flexibility in disabling wheel events or overriding default pinch gestures, improving customization options.

📝 Documentation

  • Added basic description for the new createGestureHandlers prop.

Should close #1798 and #1845

Introduce 'createGestureHandlers' function prop in the Zoom component
to enable developers to define custom gestures.
This allows for flexibility in disabling wheel events or overriding
default pinch gestures, improving customization options
@RamonEspinosa RamonEspinosa changed the title Allow custom gesture handlers in Zoom feat(zoom): Allow custom gesture handlers Jun 20, 2024
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.

Zoom: Enable customisation of event handlers
1 participant