WebXR AR dom overlay can't fill container

When you start an AR session on Android, dom overlay cannot fill the full screen, and leaves a small gap at the bottom. Most likely this is a webxr issue but thought maybe someone here knows a fix? It just started recently. The gap also breaks touch interactions (everything is offset vertically).

		document.body.appendChild( ARButton.createButton( this.renderer, {
			requiredFeatures: [ 'hit-test' ],
			optionalFeatures: [ 'dom-overlay', 'dom-overlay-for-handheld-ar' ],
			domOverlay: { root: document.body } } )
		);

You can see the gap at the bottom where the dom elements cannot fill:


here is a bump.

If you open Chrome Android the first time, bug does not appear. If you reload the page, bug then appears. :cowboy_hat_face:

I suggest you report this issue here: Monorail - chromium - An open-source project to help move the web forward. - Monorail

Use the component Blink>WebXR>AR.

Got it. If you reload the page without ending the AR session then this bug occurs.