I am using WebView for loading a website. But it is very slow and is leaking when specific websites are loaded. I am loading WebView with the followin
WebView
Use Handler to post a delay action as below will fix this, but I don't known why.
new Handler().post(webView.loadurl(url));