2

我使用 jStorage.js 来管理 Web 应用程序中的本地存储。我在使用 Crosswalk 构建的 Web 视图中运行此 Web 应用程序。我启动应用程序并使用 jStorage 的设置功能填充本地存储。当我重新启动应用程序时,本地存储为空。有什么建议吗?

这是 XWalkView 的代码:

 XWalkView xw = (XWalkView) findViewById(R.id.xwalkWebView);
 String path = "file://" + Environment.getExternalStorageDirectory().getAbsolutePath() + "/project/index.html";

 xw.load(path, null);
 XWalkPreferences.setValue(XWalkPreferences.REMOTE_DEBUGGING, true);

编辑1: 好的。问题是当我关闭应用程序时,android 会破坏缓存。所以。我的回答是:

如何在带有 webview (xwalkView) 的 android 应用程序中创建持久缓存?

4

0 回答 0