You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use your lib in our project. We are sending UCrop.options and then proceeding with Cropping. But problem is there are some features that we cant set on UCrop.option some features like:
You cannot do this at the moment. I've designed Options class to handle secondary configuration parameters. If you really need this feature - it would be faster to fork and edit the UCrop class.
Otherwise, you can wait and I'll add this feature in the next update.
Hi
We are trying to use your lib in our project. We are sending UCrop.options and then proceeding with Cropping. But problem is there are some features that we cant set on UCrop.option some features like:
UCrop.of(sourceUri, destinationUri)
.withAspectRatio(16, 9) <------
.withMaxResultSize(maxWidth, maxHeight) <------
.start(context);
Do you have a solution to pass those parameters through UCrop.options?
The text was updated successfully, but these errors were encountered: