matheusdavidson / angular-cropperjs

CropperJS integration for Angular +6
MIT License
109 stars 69 forks source link

Not working on iOS 13+ #46

Closed andrefelizardo closed 1 year ago

andrefelizardo commented 4 years ago

I don't know the reason, but my Ionic app working on iOS 12.2 and not working on iOS 13+. Move, and resize, nothing.

Thanks

robertons commented 4 years ago

I solved this by updating cropperjs version:

npm install cropperjs@latest --save

the version has been updated 1.5.5 to 1.5.6