是否有任何方法可以通过proteus将webview中的缓存禁用

时间:2017-02-08 12:50:30

标签: android json webview flipkart-api proteus

需要通过Proteus {}升级WebView上的缓存。

  

WebView上是否有可用于禁用它的属性?

我们可以通常使用findViewById(R.id.something)使用预编译的XML布局来查看视图,并在其上调用以下方法。

WebView wv = parent.findViewById(R.id.webview);
WebSettings ws = wv.getSettings();

ws.setAppCacheEnabled(false); 
ws.setCacheMode(WebSettings.LOAD_NO_CACHE)
  

但是,由于proteus使用服务器中的JSON来扩充布局,我无法找到这样的视图,并且解决方案无法扩展到多个WeView

0 个答案:

没有答案