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

[iOS] Add allowsInitialPan prop to enable panning before pinch gesture #132

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

computerjazz
Copy link

Currently, panning the image is disabled until the user performs a pinch gesture, which is not always the desired behavior. This change adds an allowsInitialPan prop to configure whether panning should be initially disabled.

This has been a source of confusion as documented in the following issues:
#65
#62

Allows user to configure whether pan should be disabled until a pinch
gesture is performed.
@computerjazz computerjazz force-pushed the add-allowsInitialPan-prop branch 2 times, most recently from f0e94f7 to 69cf2ef Compare December 22, 2017 23:10
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