gpt4 book ai didi

android - iframe 在 Android 上的 Ionic 应用程序中不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 14:00:39 24 4
gpt4 key购买 nike

在我的 Ionic 项目中,我想为 Vimeo 视频添加一个 iframe。当我在我的本地主机和我的服务器上测试应用程序时,这工作正常,但在 Android 上它似乎不起作用。它表示由于以下错误无法加载网页:“net::ERR_FILE_NOT_FOUND”。

这是 iframe 代码:

<iframe src="//player.vimeo.com/video/VIDEO-ID-HERE" width="WIDTH" height="HEIGHT" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

我已经添加了白名单插件,它可以很好地处理对其他站点的 Ajax 请求,但 iframe 似乎仍然无法正常工作。有什么建议吗?

最佳答案

明白了。只需在链接前添加 http://就足以使其正常工作。现在看起来像这样:

<iframe src="http://player.vimeo.com/video/VIDEO-ID-HERE" width="WIDTH" height="HEIGHT" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

关于android - iframe 在 Android 上的 Ionic 应用程序中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35018489/

24 4 0
文章推荐: CSS - 使用
文章推荐: c++ - cufftPlan2d 异常
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com