Phaser 3 interacts with DOM Elements?

These might help, and the answer is “yes” and make sure you’re using v3.17+:
https://photonstorm.github.io/phaser3-docs/Phaser.GameObjects.DOMElement.html
https://rexrainbow.github.io/phaser3-rex-notes/docs/site/domelement/ (my favorite reference site! with examples)
https://phaser.io/examples/v3/category/game-objects/dom-element
https://phasergames.com/phaser-3-input-text-form-ui-part-1/ (from one of my favorite authors!)

and make sure you’re using v3.17+ (see devLog here)

Advice from other forum members about DOM elements here and another (very important) clue here

1 Like