android - WebView缓存现在没有databases缓存了吗?
阿神
阿神 2017-04-17 17:23:43
0
2
510

刚看这个,不是很了解,基本上跟网上的不一致。

我都写了缓存的啊,各种都有,为何没有databases的db文件,还是现在换了新的存储方式?

    //缓存
        web.getSettings().setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);
        web.getSettings().setJavaScriptEnabled(true);

        String cacheDir = getCacheDir().getAbsolutePath() + APP_CACHE_NAME;
        Log.i("cacheDir", cacheDir);

        web.getSettings().setDomStorageEnabled(true);
        web.getSettings().setDatabaseEnabled(true);
        web.getSettings().setAppCacheEnabled(true);


        web.getSettings().setAppCachePath(cacheDir);
        web.getSettings().setGeolocationDatabasePath(cacheDir);

包目录:

app_webview目录

阿神
阿神

闭关修行中......

全部回覆(2)
Peter_Zhu

樓主,你解決了嗎 我也是這樣

黄舟

樓主離線能讀到這些快取嗎?

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板