-
Notifications
You must be signed in to change notification settings - Fork 47
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
Matplotlib doesn’t work on mobile Safari #44
Comments
Indeed! These are the console errors when running the default plt code:
Actually a bit further up the stack it identifies that error too:
|
Throwing a breakpoint in at Function is:
It gets hit first with these local variables:
And then it throws that error. That function might mean more to you than it does to me because I don't yet know anything about wasm :)
with sig
I can get the same error calling Also 5568 doesn't seem to appear in the pyodide repo, so that's.. tricky. :) |
Great info! I'll try to dive more into this tomorrow also :) Thanks for all the details. Another good place to look is issues in the pyodide repo talking about safari |
I did take a look at their issues and couldn't find anything that looked super close to this. Might have missed it though, seems weird if we're the first to hit this. There are fixed Safari issues in previous versions though, so hopefully worst case we can get a fix upstream there. Eg. If you've tried the iodide notebooks in Safari they're on version 0.15.0 and fail when you try to import any package - that's been fixed in the version we're on. |
Need to add some styling and figure out why graph isn't appearing when ran on mobile safari.
Haven't tested other mobile browsers
The text was updated successfully, but these errors were encountered: