We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
App should close the camera/cropper when cancelled
The app hangs when cancelling at the point of cropping
Code setup:
await ImagePicker.openCamera({ mediaType: 'photo', includeBase64: true, width: 1800, height: 2400, cropping: true, forceJpg: true, freeStyleCropEnabled: true, })
The text was updated successfully, but these errors were encountered:
Oh, it looks like this Pull Request is a fix:
#1884
Are there any plans to merge/release that soon?
Sorry, something went wrong.
No branches or pull requests
Version
Platform
Expected behaviour
App should close the camera/cropper when cancelled
Actual behaviour
The app hangs when cancelling at the point of cropping
Steps to reproduce
Code setup:
The text was updated successfully, but these errors were encountered: