A-FrameでVRモードボタンが非表示にできない

記事を見ていると、以下のようにすればよいというものが多い。

<a-scene vr-mode-ui="enabled: false"></a-scene>

A-Frameのv1.5.0以降はプロパティが xr-mode-ui に変わっているため、以下のようにする必要がある。

<a-scene xr-mode-ui="enabled: false"></a-scene>

参考

https://aframe.io/docs/1.6.0/components/xr-mode-ui.html