DOM Elements not loading

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!

What happens?

For instance if I have a paragraph or any type of content on that HTML, it just won’t show.

Look at it in the DOM Inspector.

That’s one of the main problem I have, the issue it’s not consistent, so I can’t easily replicate it. It’s really strange. So I wonder if anyone in the community has had this issue before. I know it happens more often on a test server than a local server. Thanks again for your input.