I want to determine the width and the height of the WebView. I have already tried it using:
WebView
webView.getWidth(); webView.getHeight();
For anyone else who still struggles. Use these methods to get the height and the width of your webview.
computeHorizontalScrollRange(); -> for width computeVerticalScrollRange(); -> for height