Have any of you had any inconsistency issues with Phaser loading html files. In my game I have a boot loader that loads all the HTML files and then on a specific scene I load HTML files as needed using:
this.add.dom(960, 380).createFromCache('htmlKey').setAlpha(1);
On rare occasion the html content of that file is not loaded. Phaser does not error out, and I’m having a hard time replicating it. It seems to happen on my test server more often than my local server. Any ideas?
Lately, I’ve been getting bug reports from users using Samsung Browser, but I have tested the code using browserstack and it loads just fine. Thanks!