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

Android swipe to go back gesture makes it difficult to crop the image #464

Open
orkun1675 opened this issue Dec 25, 2023 · 1 comment
Open

Comments

@orkun1675
Copy link

A common trouble I see users run into is trying to resize the crop-box from one it's edges; and because the crop-box edges are touching the edges of the phone screen they will unintentionally activate the back gesture and thus quit the cropper.

Is this gesture something that can be disabled?

@nikorehnback
Copy link

It should be doable to support this: https://developer.android.com/develop/ui/views/touch-and-input/gestures/gesturenav

It would require an update to the native Android library though and then this wrapper can utilize it.

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

2 participants