This commit is contained in:
Thomas 2020-10-01 17:08:05 +02:00
parent 7e14373099
commit 125da4fcee
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}