I have a problem with dom element position/coordinate,
I want to show loaded “html” content into game, and put it to center of screen, dom position are just fine on Android and Desktop, but not for iOS.
Have you checked the screen dimensions of each device?
And why don’t you set the x position as game.config.width / 2 and the position y as game.config.height / 2, to put the element in the center of the screen?