gpt4 book ai didi

android - 允许在 HTML5 Phonegapped Android 应用程序中打开本地文件

转载 作者:行者123 更新时间:2023-11-30 03:32:36 28 4
gpt4 key购买 nike

我有一个 HTML5 应用程序。在浏览器中运行良好。打包为 iOS 应用程序时也很好。但是,当我为 Android 构建时,通过 adb 调试时收到以下消息。

XMLHttpRequest cannot load file:///android_asset/www/data/translations.json. Origin null is not allowed by Access-Control-Allow-Origin. at null:1

当我尝试使用 $.getJSON 加载文件时会发生这种情况

显然这可以在 JAVA 中解决

if (Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN) {
webView.getSettings().setAllowUniversalAccessFromFileURLs(true);
}

但是,我需要一种方法在包含 phonegap 的 HTML5 应用程序中执行此操作。如何打开此设置?

最佳答案

更新到最新的(在发布 2.8.1 时)cordova jar 解决了这个问题。

关于android - 允许在 HTML5 Phonegapped Android 应用程序中打开本地文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17188794/

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