gpt4 book ai didi

javascript - InAppBrowser 在 iOs 10 上打开空白页面

转载 作者:行者123 更新时间:2023-11-28 04:10:52 25 4
gpt4 key购买 nike

我花了三天时间试图解决为什么我的cordova应用程序在函数cordova.InAppBrowser.open被触发时打开一个“空白”页面,但我根本无法解决它,你能帮我吗是吗?

这是我在 app.js 上调用该函数的地方:

var ref = cordova.InAppBrowser.open("https://google.es", "_blank", "location=no,toolbar=no,transitionstyle=crossdissolve");

这可能是一个安全问题或类似的问题吗?我尝试将其添加到索引 html 元:但没有成功。

        <meta http-equiv=“Content-Security-Policy” content=“default-src 'self’ gap: mailto:; connect-src https://google.es; style-src 'self’ 'unsafe-inline’; script-src 'self’ 'unsafe-eval’ 'unsafe-inline’; img-src * data:; media-src *”>

我正在使用 Xcode 7.3,顺便说一句,控制台上没有显示错误。

谢谢大家!

最佳答案

我想您需要在 config.xml 中添加以下内容:

<allow-intent href="https://google.es/*" />

或通配符以允许所有意图(不推荐):

<allow-intent href="*" />    

确保您安装了 cordova 白名单插件:cordova-plugin-whitelist .

关于javascript - InAppBrowser 在 iOs 10 上打开空白页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46284865/

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