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
When select image from gallery then try to select ..getting toast of Failed to crop and get closed intent.
-----How i call ImagePicker.Companion.with(AddCategoryUi.this) .compress(1024) //Final image size will be less than 1 MB(Optional) .crop() .start();
----Dependency implementation 'com.github.dhaval2404:imagepicker-support:1.7.1' implementation 'com.github.yalantis:ucrop:2.2.2'
The text was updated successfully, but these errors were encountered:
@Developerash What is your targetSdkVersion?
Sorry, something went wrong.
Fixed issue selecting images from download folder
d3a7f1a
Fixed uri to file path conversion #86 #123
No branches or pull requests
When select image from gallery then try to select ..getting toast of Failed to crop and get closed intent.
-----How i call
ImagePicker.Companion.with(AddCategoryUi.this)
.compress(1024) //Final image size will be less than 1 MB(Optional)
.crop()
.start();
----Dependency
implementation 'com.github.dhaval2404:imagepicker-support:1.7.1'
implementation 'com.github.yalantis:ucrop:2.2.2'
The text was updated successfully, but these errors were encountered: