iOS - Cropper not returning result if image is not edited at all & finish button is pressed
Hello,
We came across a bug on iOS wherein if a image is passed to the cropper & if without any editing, the user presses on the finish button (bottom-right), then the cropper is not giving any result, the promise is neither resolving nor rejecting. It just quits on itself. The expected output is the original image.
The same is working well on android. If the check icon (top-right) is pressed, without editing, it is giving the output result, which is equal to original image.
Looking forward to the fix very soon.
So what kind of situation do you want to be reasonable? Should I just close and not output any results? I find that the most reasonable
Our flow is: Camera opens -> user clicks a picture -> we pass this image to the cropper -> if the user doesn't edit it & clicks on the finish button on iOS, we are loosing out on the original image the user clicked using the camera.
Please return the original image as output of the cropper if no editing is done.
On android, it is working well, we are getting the original image as output, if the user doesn't do any editing.
We have recorded a demo video of the above issue, please watch it here.