Euden Posted June 4, 2015 Share Posted June 4, 2015 I've been noticing that occasionally on chrome whilst using pixi it's possible for the webGL context to be lost, this causes an error message to appear on chrome and the user to reload the page. Is there a way to recover from this in pixi without the user having to reload the page? I.E: if I've lost the webGL Context, suppress the message, attempt to get a new context and if that fails, use canvas. I've been looking around but haven't found anything concrete on how to do so. Quote Link to comment Share on other sites More sharing options...
xerver Posted June 4, 2015 Share Posted June 4, 2015 Is context lost isn't handled correctly this is a bug, pixi should do this for you automatically. Please report your issue with a reproduction example on GitHub: https://github.com/GoodBoyDigital/pixi.js/issues Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.