-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Friendly Error Messaging for unsupported browsers #657
Labels
Comments
Sounds like a good plan! Initial thoughts :
|
Is the idea that you'd an overlay if your browser doesn't support a feature at all or only when that feature is used in the sketch being run? |
pinging @therewasaguy, who proposed the initial idea. |
aggregated into #971 |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of our browser detection, we have discovered the desire to display to viewers of p5.js sketches messaging about used features that are not supported by their browser.
We would like these messages to be user-facing, to be able to be disabled by the developer, to have their text have friendly defaults, and to have the messaging customizable by the developer.
We should consider how to detect usage of a feature (webgl, web audio, etc) by a p5.js sketch.
An initial suggestion was to overlay a DOM element over the sketch, that fades out over time.
Suggestions? Discussions?
The text was updated successfully, but these errors were encountered: