I have used following methods but still now not getting the correct value:
[webView stringByEvaluatingJavaScriptFromString:@"document.body.scrollHeight;"] floatValue]
[webView stringByEvaluatingJavaScriptFromString:@"document.body.offsetHeight;"]
webView.scrollView.contentSize.height
I have accessed all above in,
- (void)webViewDidFinishLoad:(UIWebView *)aWebView
{
}