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
I have a program that crops images and then saves them to a file. Everything was working but it seems the last update for the iPhone (12.1.2), it's acting up.
Using the above to convert a cropped image to blob, it seems to work on the first upload using an iPhone but after that, "blob" is always null and it fails. This seems to only be the case for high res images though. Everything seems to work fine with lower res, and it only seems to be a problem with iPhones using the new software update.
The text was updated successfully, but these errors were encountered:
I have a program that crops images and then saves them to a file. Everything was working but it seems the last update for the iPhone (12.1.2), it's acting up.
$('#image').cropper('getCroppedCanvas').toBlob(function (blob) { }
Using the above to convert a cropped image to blob, it seems to work on the first upload using an iPhone but after that, "blob" is always null and it fails. This seems to only be the case for high res images though. Everything seems to work fine with lower res, and it only seems to be a problem with iPhones using the new software update.
The text was updated successfully, but these errors were encountered: