cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

bug: not working well with front camera of iPad? #282

Open zijianhuang opened 6 years ago

zijianhuang commented 6 years ago

My app is based on Angular 5.1, TypeScript, ES2015 and angular2-image-cropper 0.8.8. The code is exactly same as the demo at https://embed.plnkr.co/VFwGvAO6MhV06IDTLk5W/

The selfie photo is working fine. However, photo taken from the front camera could not be displayed in the img-cropper directive.

On HTC phone Android 6.0, the photo taken via the front camera take around 10 seconds to appear, and the Web UI become not responding well, and the cropper is not working.

I guess it is something crashing when dealing with the photo taken via the front camera.