标签: phonegap
我也遇到了同样的问题,并对config.xml应用了更改
<access origin="*" /> <allow-intent href="*" /> <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" />
索引文件元标记中的CSP更改
但是没有解决办法。谁能帮忙。我的iOS PhoneGap相同代码运行正常,是Android引发此错误。
请帮助。