vr 模式无法正常工作。它在控制台中显示错误 Unrecognized feature: 'vr'. 请帮我解决这个-6ren">
gpt4 book ai didi

html - 无法识别的功能 vr iframe 允许

转载 作者:行者123 更新时间:2023-12-04 10:06:17 28 4
gpt4 key购买 nike

我的网站中有一个 iframe,如下所示,它与 laravel 集成在一起。

<iframe allow="vr" allowfullscreen="" frameborder="0" width="100%" height="100%" src="<External-URL>">

vr 模式无法正常工作。它在控制台中显示错误
Unrecognized feature: 'vr'.

请帮我解决这个问题。提前致谢

最佳答案

您必须设置 allowvr="yes"在 iframe 上。如果你去https://aframe.io ,你会看到所有的例子都是 iframe 的,所以你可以按照他们的例子来做。

<iframe allowvr="yes" src="https://aframe.io/aframe/examples/boilerplate/hello-world/"></iframe>

关于html - 无法识别的功能 vr iframe 允许,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61574521/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com