I want to determine the width and the height of the WebView. I have already tried it using:
WebView
webView.getWidth(); webView.getHeight();
The onPageFinished call back approach does not work when using loadData or loadDataWithBaseURL. I saw another solution on Andromedev using JavaScript, but I'm not convinced that this is the best path to take.
onPageFinished
loadData
loadDataWithBaseURL