This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Mobile Device (safari iOS7) cropping issue #131
Comments
|
I am experiencing this issue as well on Chrome iOS7. |
It behaves strangely on iOS8 as well, i think the problem comes from the exif metadata of the picture. To make it work i drew the image in a canvas first. Then i used toDataURL from this canvas to get the image data without the exif metadata. |
@etioun can you put an example? I have the same problem and I don't know how to deal with this |
Yes, it is the problem of EXIF Image Orientation in some Mac OS / iOS browsers. |
This is the same problem as #120 . |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The plugin crops images without any problems with most desktop browsers aswell as iOS8 Safari. On Safari iOS7 mobile browser the base64 string passed generated from the 'getDataURL' seems to crop the original image in a very strange way.
Before cropping:
After cropping:
Any ideas to what could be causing this?
The text was updated successfully, but these errors were encountered: