WebView Loads slowly in android?
问题 I am working on a webView in an app, where content which webview load changes when a button is pressed (two buttons next and previous , they just change the content in webview). But after pressing 3 -4 times it starts to hang there is nothing printed on logcat, the button remains pressed for 15-20 sec and then the next data is loaded. I have used these to clear out webview.db and cache:- context.this.deleteDatabase("webview.db"); context.this.deleteDatabase("webviewCache.db"); webView