Fix issue #1
This commit is contained in:
parent
7e14373099
commit
125da4fcee
|
@ -77,7 +77,7 @@ public class Helper {
|
|||
CookieManager cookieManager = CookieManager.getInstance();
|
||||
cookieManager.setAcceptThirdPartyCookies(webView, true);
|
||||
webView.setBackgroundColor(Color.TRANSPARENT);
|
||||
webView.getSettings().setCacheMode(WebSettings.LOAD_DEFAULT);
|
||||
webView.getSettings().setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue