Android WebView只缓存图像

时间:2015-09-07 11:24:41

标签: java android android-webview

是否有任何选项只能在WebView中缓存图像?我目前的设置:

wv.getSettings().setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);        
wv.getSettings().setAppCachePath(getApplicationContext().getCacheDir().getAbsolutePath());
wv.getSettings().setAllowFileAccess(true);    
wv.getSettings().setAppCacheEnabled(true);

但这是缓存我只需要缓存图像的所有请求。

0 个答案:

没有答案