Questions tagged «phonegap-plugins»

6
“没有找到Content-Security-Policy元标记。” 我的phonegap应用程序中出现错误
在系统中更新Cordova 5.0之后,我创建了新的应用程序。那个时候,当我在设备上测试应用程序时,控制台日志中出现错误: No Content-Security-Policy meta tag found. Please add one when using the Cordova-plugin-whitelist plugin.: 23. 我在头部添加meta <meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src: 'self' 'unsafe-inline' 'unsafe-eval'> 但是同样,在应用程序中,我使用应用程序内浏览器插件和其他7个网站链接,也遇到了同样的错误。

15
通过Cordova config.xml将条目添加到iOS .plist文件
我是Cordova CLI的新手。 我需要通过Cordova以编程方式执行以下步骤。 在项目.plist中添加新行 在新行中输入以下值: 密钥:GDLibraryMode类型:字符串(默认)值:GDEnterpriseSimulation 我想我需要在项目根目录下的config.xml文件中执行此操作(或者也许在“ platforms”文件夹中的目录中)。 有人可以向我解释如何通过config.xml添加条目,以便在编译时添加上述条目吗? 我正在使用Cordova 3.3.1-0.42(我知道它不是最新的)。我已经完成了我的项目,一切都很好,我只需要将此条目添加到pList中即可。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.