spencerTL Posted March 20, 2014 Share Posted March 20, 2014 Hi, I'm sure this is me rather than Phaser as nothing like this appears in a search but as the errors only point to the Phaser part of the code rather than mine I am at a loss to work out how to avoid them. This simple puzzle works on Chrome, Firefox, and iOS Safari but IE 10 gives the errors below the link. I was originally using the min version of phaser but the full version also shows the same errors. Is there something I don't know that I should do for IE10 (Desktop WIn 8). Thanks for your time. http://www.teacherled.com/iresources/magicstar/index.html SCRIPT5009: 'Float32Array' is undefined phaser.js, line 56781 character 5SCRIPT5009: 'Int16Array' is undefined phaser.js, line 15564 character 5 Link to comment Share on other sites More sharing options...
spencerTL Posted March 20, 2014 Author Share Posted March 20, 2014 I based my project on the FUll Screen example which has this line: <meta http-equiv="X-UA-Compatible" content="chrome=1, IE=9"> change to: <meta http-equiv="X-UA-Compatible" content="chrome=1, IE=10"> Link to comment Share on other sites More sharing options...
Recommended Posts