-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
examples don't fail gracefully #664
Comments
@razorsharp say more? platform, browser, etc.? |
WebGL's enabled by default on Chrome, but not Safari. I suggest detecting the browser type on load failure, and giving the proper instructions to enable GL (e.g. on Safari, it's under the Develop menu) |
Should be fixed (see #677) |
Nope, still seeing this on 10.9 Safari and mobile. |
@incanus do you see this on edge code? It didn't get released and updated on the examples page yet. |
How would I reach that? Sorry, no, absent any context I was testing this on the live page. |
I think this bug is about actually using I'm not sure if we want to actually include |
That sounds good to me. My original intent was both to avoid the failure error as well as show people how to avoid it themselves. |
Using a browser without WebGL support, including mobile, errors out on all of the examples. We should show how to gracefully respond here.
The text was updated successfully, but these errors were encountered: