I had the same issue and this resolved this for me:
Only below existing
mWebView = (WebView) findViewById(R.id.activity_main_webview);
I added a line
mWebView.setBackgroundColor(Color.BLACK);
To do something good, he must be up to
mWebView.loadUrl(...)
source share