We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If WebGL is not available (or disabled), PSV simply displays a white background. Would it be possible to display an error message instead?
I've seen in the ThreeJS documentation that it already offers everything we need (check if WebGL is available + display an error message).
It's possible to implement it ourselves when using PSV, but I think it would be more logical to have this feature as standard.
It's easy to forget to do so, and not all webmasters are aware of this problematic :-)
No response
The text was updated successfully, but these errors were encountered:
962331f
Close mistic100#1273 display message when WebGL is not available
d7a8e0a
3d99f15
This feature/bug fix has been released in version 5.7.3.
Sorry, something went wrong.
No branches or pull requests
Describe the feature
If WebGL is not available (or disabled), PSV simply displays a white background. Would it be possible to display an error message instead?
I've seen in the ThreeJS documentation that it already offers everything we need (check if WebGL is available + display an error message).
Alternatives you've considered
It's possible to implement it ourselves when using PSV, but I think it would be more logical to have this feature as standard.
It's easy to forget to do so, and not all webmasters are aware of this problematic :-)
Additional context
No response
The text was updated successfully, but these errors were encountered: