I\'m trying to get the height of a webview once it has been rendered. It always returns null, I\'ve tried getHeight, getMeasuredHeight, getCo
getHeight
getMeasuredHeight
getCo
ok, this is pretty later, but I think it nice solution, just use if (webView.getContentHeight() > 0) if ture it means it finsihed, else, it not finished yet
if (webView.getContentHeight() > 0)
ture