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

Doesn’t it support the function of cropping after taking pictures? #119

Open
dwjcola opened this issue May 20, 2024 · 3 comments
Open

Comments

@dwjcola
Copy link

dwjcola commented May 20, 2024

Doesn’t it support the function of cropping after taking pictures?

@yasirkula
Copy link
Owner

It doesn't but you could try changing this to YES to make it work on iOS:

imagePicker.allowsEditing = NO;
. For a cross-platform solution: https://github.com/yasirkula/UnityImageCropper

@dwjcola
Copy link
Author

dwjcola commented May 23, 2024

Thank you for your answer. What about Android? How does Android support cropping? @yasirkula

@yasirkula
Copy link
Owner

Natively, I don't know. But the cross-platform solution will work on all platforms.

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