Hi, I still have no idea how to address this. I see in the debug elements that AR uses application-canvas and three.js when running the WebXR. I tried appending my html to this but I get the same reult (no html drawn):
const playCanvasElement = document.getElementById('application-canvas');
// Insert the overlay into the DOM
playCanvasElement.parentNode.appendChild(this.analytics_overlay_div);
Anyone have any clues on adding html to an WebXr project. Is it even possible?