Jeduan Cornejo

Results 39 comments of Jeduan Cornejo

This is possibly related to the new permission system in marshmallow. If using that, setting the permissions in Android Manifest is not enough. You can try to set those manually...

@gianpaj @StefanoMagrassi great work! Interested in getting this plugin transferred?

@smiledev1230 this plugin isn't maintained, hasn't received updates in more than 2 years, and you probably shouldn't use it in new projects. Feel free to take the code and reuse...

@smiledev1230 I haven't used Cordova in over 4 years. best of luck in your endeavors!

@John-Henrique @obeza do you guys plan on maintaining that fork? We could send people there from the README

You can check [PEPhotoCropEditor's](https://github.com/kishikawakatsumi/PEPhotoCropEditor) docs and configure the source to do what you need. Here's the instantiation of that class https://github.com/jeduan/cordova-plugin-crop/blob/master/src/ios/CTCrop.m#L36-L44

I had one instance where the EXIF was not recorded correctly on the image on a Moto G1. I had to manually rotate the image on that case unfortunately

Don't remember the exact thing I did but do remember finding out that the EXIF rotation data was wrong.