-
Notifications
You must be signed in to change notification settings - Fork 162
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
getting black image after compression on iPhone Chrome (not safari???) #169
Comments
it looks like chrome for IOS doesn't support very large canvas sizes. Used canvas-size github library to check and it looks like chrome for iphone only gives you a max canvas size of 4,096 x 4,096. Safari does also give a similar canvas size 4,096 x 4,096 but the allowed width and height are much larger then chrome for iphone. |
@Donaldcwl, thank you for your great work and indispensable tool. Any predictions on when the new version that fixes these issues with iOS 16.3 will be released? |
@beyondlevi Will release it in a few days. Thanks. |
Device:
Steps to reproduce:
You can try those same steps for iPhone Safari and not have that issue (also not an issue on Macbook Pro M1 using chrome 107.0.5304.110) 🤷
Also to note not an issue on Android phone (Android v9, chrome 107.0.5304.105)
iPhone Chrome:
iPhone Safari:
The text was updated successfully, but these errors were encountered: