|
|
@@ -126,8 +126,8 @@ public class RAWebView extends RelativeLayout {
|
|
|
webSettings.setAllowUniversalAccessFromFileURLs(true);
|
|
|
|
|
|
// 禁用缓存
|
|
|
- webSettings.setAppCacheEnabled(false);
|
|
|
- webSettings.setCacheMode(WebSettings.LOAD_NO_CACHE);
|
|
|
+// webSettings.setAppCacheEnabled(false);
|
|
|
+// webSettings.setCacheMode(WebSettings.LOAD_NO_CACHE);
|
|
|
|
|
|
hackWebJSMethod();
|
|
|
hackWebURL();
|