gpt4 book ai didi

iframe - 在Ionic 2 App中使用iframe播放youtube视频

转载 作者:行者123 更新时间:2023-12-03 05:21:09 25 4
gpt4 key购买 nike

在Ionic 2应用中,我尝试使用iframe嵌入一个youtube视频。代码如下:

<iframe width="320" height="315" src="https://www.youtube.com/embed/VIDEOID?autoplay=1&controls=1" frameborder="0" allowfullscreen></iframe>

但是,当我导航到页面时,出现此错误。我找不到解决此问题的好方法。

XMLHttpRequest cannot load https://googleads.g.doubleclick.net/pagead/id. A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'https://www.youtube.com' is therefore not allowed access. The credentials mode of an XMLHttpRequest is controlled by the withCredentials attribute.



不确定如何解决此问题。任何帮助/领导将不胜感激。

顺便说一句,我正在开发/测试Chrome浏览器开发人员工具。

谢谢,

最佳答案

您最好将其添加到您的config.xml中:

<preference name="AllowInlineMediaPlayback" value="true"/>
<access origin="*" subdomains="true" />

还要确保您的android list 具有:
<application android:hardwareAccelerated="true" ...>

关于iframe - 在Ionic 2 App中使用iframe播放youtube视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39059601/

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