Skip to content
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

Make the WebGL not supported screen configurable #56

Closed
ksons opened this issue Apr 9, 2014 · 3 comments
Closed

Make the WebGL not supported screen configurable #56

ksons opened this issue Apr 9, 2014 · 3 comments

Comments

@ksons
Copy link

ksons commented Apr 9, 2014

Currently a red screen appears when WebGL is not supported. Make this configurable.

lachsen added a commit that referenced this issue Nov 4, 2014
When calling e.preventDefault(), no error message will be displayed.
@lachsen
Copy link
Contributor

lachsen commented Nov 4, 2014

I added a new 'unsupported' event in the current event branch.
Before the default error message is printed, the user receives this event.
When calling event.preventDefault() during the callback, no error message will be printed. That way, the user can create a custom error message.

So this should solve this issue (once we merge it into develop)

@ksons
Copy link
Author

ksons commented Nov 13, 2014

Fixed in 42509fe

@ksons ksons added this to the 4.8 Release milestone Dec 5, 2014
@ksons
Copy link
Author

ksons commented Dec 19, 2014

@ksons ksons closed this as completed Dec 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants