gpt4 book ai didi

angularjs - ios 上的 Angular/ ionic iframe 问题

转载 作者:行者123 更新时间:2023-12-03 22:26:02 25 4
gpt4 key购买 nike

我在 iphone 上的 ionic 应用程序有问题。 Ionic 将其写入 index.html:

<iframe src="gap://ready" style="display:none;">...</iframe>

应用程序的控制台输出每秒循环此错误约 40 次:
Refused to load gap://ready because it appears in neither the child-src directive nor the default-src directive of the Content Security Policy.

我猜每次 angular 的dirtycheck 工作时,都会抛出这个错误。 iframe 来自哪里,如何摆脱 iframe 和错误?

最佳答案

解决方案,只需在 index.html 中的以下元标记中添加 gap: :

<meta http-equiv="Content-Security-Policy" content="default-src * data: cdvfile: gap:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'"/>

关于angularjs - ios 上的 Angular/ ionic iframe 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39638220/

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