You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: