user471 Posted August 12, 2014 Share Posted August 12, 2014 I have Jiayu G3 android 4.0 phone.When I create game with Phaser.Game(800, 600, Phaser.AUTO)I get only white screen without any errors, but game work on emulator.If I change it to Phaser.Game(800, 600, Phaser.CANVAS)everything work fine.I don't want to use Canvas render everywhere. So maybe I can somehow detect if game don't work with webgl? Link to comment Share on other sites More sharing options...
lewster32 Posted August 12, 2014 Share Posted August 12, 2014 The right way to go about this would be to submit this as an issue on Github, so this can be patched into Phaser's detection code and fix the bug for everyone. Link to comment Share on other sites More sharing options...
user471 Posted August 12, 2014 Author Share Posted August 12, 2014 The right way to go about this would be to submit this as an issue on Github, so this can be patched into Phaser's detection code and fix the bug for everyone.I already did it. But maybe somebody know temporary solution for this problem. Link to comment Share on other sites More sharing options...
user471 Posted August 15, 2014 Author Share Posted August 15, 2014 Current solution of this problem is change background page color to black. Link to comment Share on other sites More sharing options...
Recommended Posts