WebXR无法在Chrome 67中运行(启用所有XR标志)

时间:2018-05-31 11:17:22

标签: google-chrome webvr

当我运行以下命令时

navigator.xr.requestDevice()

在chrome(版本67.0.3396.62(官方构建)(64位))开发人员工具的控制台中(在chrome:// flags下启用所有 WebXR标志并重新启动浏览器后)I收到此错误。

Uncaught (in promise) DOMException: No devices found.

此示例代码也无效... https://github.com/immersive-web/webxr-samples/blob/master/xr-barebones.html

我在台式机和移动Chrome浏览器上试过这个。

为什么WebXR API无法在Chrome 67中运行?

谢谢

1 个答案:

答案 0 :(得分:0)

您将必须使用Chrome Canary才能使用WebXR api。它将在相当长的一段时间内无法稳定使用。 安装Chrome Canary之后(当前版本为:69.0.3)。您将必须启用#webxr#webxr-hit-test标志。

一旦有了。 转到此URL来测试API,它应该对您有用。

https://immersive-web.github.io/webxr-samples/proposals/phone-ar.html

许多较旧的API现在将无法使用。因此,别忘了看一下源代码。

https://github.com/immersive-web/webxr-samples/blob/master/proposals/phone-ar.html