Open leonardosalles opened 7 years ago
It looks like your edits are in the CTCrop.m file for iOS and then the CropPlugin.java file for Android?
I will try out your changes and let you know how it runs for me, thanks for taking the time to improve this, this plugin came in handy 👍
I am facing some problems to open the crop, it is very slowly, by searching about native threads I find something that is use to run the plugin in the main thread, my question right now is about to add that feature to the plugin, I made my own version with:
iOS (added when presentViewController):
Android:
Can you explain why it is not added to the plugin. In my case it solved all the problems when open the cropper and maybe I can create a PR to add this feature to the plugin.
Thanks.