-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS Chrome Crop big size #477
Comments
Hello, |
Can you rephrase this please? Not sure what you mean by “but when I click a
small one”. Is this related to iOS or just a general issue (sounds like a
general issue).
…On Wed, 20 Apr 2022 at 15:02, Finki007 ***@***.***> wrote:
Hello,
I do have the same bug.
@evanoralph <https://github.com/evanoralph> Did you found a workaround?
Regards
—
Reply to this email directly, view it on GitHub
<#477 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFZT6WQN6JANTSNWDCEB5LVGAE5PANCNFSM5TSXN43Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Indeed it is an bug (maybe they will call it a feature) in Safari: |
Ah I see! Not much we can do about that then. Maybe you load the image with https://github.com/blueimp/JavaScript-Load-Image/ and set a max width: https://github.com/blueimp/JavaScript-Load-Image/#image-scaling ? Or you could just ensure the crop container is not above a certain size? |
@dominictobias @evanoralph I could fix it by setting the ratio to 0.5: |
@dominictobias sorry i did not specify the platform , i was using and IOS phone with google chrome browser i think @Finki007 is right since the iphone have retina resolution the crop image is to big to display when selecting a large chuck on the image ill try @Finki007 solution i think we cannot do anything about the limit |
As @Finki007 said. It worked for me too, but I just set the pixelRatio to 1 |
Hi i found a bug on ios mobile that when i select a larger crop the canvas will now show the preview but when i select a small one its working


is there any one already know how to fix this ?
The text was updated successfully, but these errors were encountered: