am trying to figure out the max scroll position that the WebView
can reach, i've tried the webView.pageDown(true)
but the result is delayed ( i cant scroll it down, then up infront of the user, and this method doesn't work every time), i've tried also webView.getContentHeight()
and the height isn't correct for Arabic content.
Please Advice