Meowts Posted July 22, 2014 Share Posted July 22, 2014 Hey, for legal whatnot I just did a quick search to see if there's a list of browsers/devices that fully support the Phaser framework (or not). I couldn't find anything... does such a list exist? Or is Phaser just totally awesome and works on at least any latest browser version/mobile device? (Say yes? ) Link to comment Share on other sites More sharing options...
Brad P. Taylor Posted July 23, 2014 Share Posted July 23, 2014 I don't know of a list but it sure would be nice to have a jsperf.com/caniuse.com hybrid for Phaser/PIXI features. Link to comment Share on other sites More sharing options...
lewster32 Posted July 23, 2014 Share Posted July 23, 2014 Phaser basically works on anything that supports canvas or webGL (and for sound, at least the HTML5 audio tag) so you can derive a list from these:Canvas: http://caniuse.com/canvasWebGL: http://caniuse.com/webglAudio tag: http://caniuse.com/audioIt pretty much works in anything from IE9 upwards and all reasonably modern versions of Chrome, Safari, Firefox and Opera, and pretty much all mobile devices released in the last few years. You may encounter small edge-case glitches here and there but for the most part it all works. Brad P. Taylor 1 Link to comment Share on other sites More sharing options...
Recommended Posts