Dose anyone can help me clean the cache in WebView?
Method 1.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);
Method 2.
CookieSyncManager.createInstance(this);CookieManager cookieManager = CookieManager.getInstance();cookieManager.removeAllCookie();
Both these methods are not work for me.can give me an suggestion?
You must Sign up as a member of Effecthub to view the content.
1275 views 1 comments
You must Sign up as a member of Effecthub to join the conversation.