The simplest and most effective solution in my case was to simply stop any loading before trying to load a url:
webView.stopLoading(); webView.loadUrl(url);