Is there a way to make a WebView
transparent (so the user can see through it to the view behind), until it's (non-transparent) content has loaded content?
mWebView.setBackgroundColor(Color.TRANSPARENT);
works temporarily, but unfortunately the WebView
becomes non-transparent fairly soon after the content starts loading.
The equivalent approach works on iOS.