Design Build Play Posted January 27, 2014 Share Posted January 27, 2014 When using a transparent bg on the canvas, in the default Android "Internet" browser the stage has like a bright overlay over it, well I guess its the background, is extra bright, and the transparency not displaying properly. Any solutions to fixing this? Im rendering to canvas like sovar canvas = document.getElementById('canvas_ani'),renderer = new PIXI.autoDetectRenderer(645, 416, canvas, true ); And on another niggling issue (but not so important),before page loads the pixi stage, it will always flash black quickly before anything is rendered, this will happen on any pixi canvas browsers, is there a way of hiding this ? Quote Link to comment Share on other sites More sharing options...
Design Build Play Posted January 27, 2014 Author Share Posted January 27, 2014 I think I have now fixed this issue.. on the examples the stage is normally passed a colour when creating the pixi stage, removing this resolves the issue// var stage = new PIXI.Stage(0x252525);var stage = new PIXI.Stage(); // no colour Quote Link to comment Share on other sites More sharing options...
J4G Posted January 28, 2014 Share Posted January 28, 2014 Thanks for this! Solved my issue as well. I still think it's a bug though. Quote Link to comment Share on other sites More sharing options...
Design Build Play Posted January 29, 2014 Author Share Posted January 29, 2014 * Firefox browser also doesn't display the transparency correctly if you have a colour defined Quote Link to comment Share on other sites More sharing options...
Sebi Posted January 30, 2014 Share Posted January 30, 2014 You sure you are using the latest version of PIXI? 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.