I\'ve tried disabling it by inserting:
into my HTML string, and a dozen variations of th
My version, a common solution:
- (void)webViewDidFinishLoad:(UIWebView *)webView { [webView.scrollView setContentSize: CGSizeMake(webView.frame.size.width, webView.scrollView.contentSize.height)]; }