-
-
Notifications
You must be signed in to change notification settings - Fork 249
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 & Canvas Garbage Collection #199
Comments
I don't remember such issues. That's strange. |
Not something that needs to be tackled, necessarily. I can see the downside of trying to patch a hole we don't know exist, or can't easily verify exist. But just wanted to put this out here, since it may be relevant. |
@puzrin Wow, that was quick 😄 |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed this iOS issue, which mentions that canvas garbage collection doesn't work unless canvas width/height it set to 0 after use.
https://bugs.webkit.org/show_bug.cgi?id=195325
I'm not saying this is something that should be implemented, but I'm curious if you've heard about crash issues when using Pica on iOS? If so, I just wanted to mention that this may be the reason.
The text was updated successfully, but these errors were encountered: