TheSNGuy Posted June 22, 2016 Share Posted June 22, 2016 I have a project I need to port to Apple TV which limits me to Ejecta. From the digging I've done it seems people have managed to get them hacked together in the past, I was wondering if anyone had gotten them to work recently and if so could give me some pointers. Link to comment Share on other sites More sharing options...
phi Posted August 25, 2016 Share Posted August 25, 2016 It kind of works if you edit a few lines within phaser.js: this.canvas = this.config['canvas']; to this.canvas = document.getElementById('canvas'); in the setUpRenderer function and remove the scrollTo function But this introduces a whole lot of other problems. That is a pity because Ejecta is a lot faster than PhoneGap etc. Link to comment Share on other sites More sharing options...
Recommended Posts