ayya1987
Results
2
comments of
ayya1987
I was tried this code inside "cropper" method, cropper.cropPosition=null; cropPosition = new CropPosition(); cropPosition.x = bounds.left; cropPosition.y = 1; cropPosition.w = bounds.right-bounds.left; cropPosition.h = bounds.bottom-bounds.top; it is working fine for...
Please try this, this.cropper.cropper = new ImageCropper(this.cropperImageSettings); this.cropper.cropper.prepare(this.cropper.cropcanvas.nativeElement); this.cropper.setImage(image); its working for me.