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

Pinch to Rotate and Scale on Android #15

Open
ygbr opened this issue Jan 23, 2014 · 0 comments
Open

Pinch to Rotate and Scale on Android #15

ygbr opened this issue Jan 23, 2014 · 0 comments

Comments

@ygbr
Copy link

ygbr commented Jan 23, 2014

Like the module already does for iOS, it would be nice to have 2-finger (pinch) scale and rotation of the target views both for Android too in order to keep parity.

There is an Android native library that does this perfectly already: https://github.com/Almeros/android-gesture-detectors

There should be two boolean parameters for this: canResize and canRotate

@iotashan already mapped the pinch events on Android on his last commit, we just need to scale / rotate the target views on Android and also keep the rotating / scaling from on iOS. Follows the commit link:

iotashan@fe2e4f7

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

No branches or pull requests

1 participant