When using ngx-image-cropper app freezes

I am using ngx-image-cropper in my ionic app but when I drag and drop for image cropping app start freezes.

image-cropper
[imageChangedEvent]=“imageChangedEvent”
[maintainAspectRatio]=“true”
[aspectRatio]=“4 / 3”
format=“png”
(imageCropped)=“imageCropped($event)”
(imageLoaded)=“imageLoaded()”
(cropperReady)=“cropperReady()”
(loadImageFailed)=“loadImageFailed()”

I think you should ask for help in the package’s repo, there will be more help :thinking:

Maybe you can use this plugin.

1 Like