I\'ve tried disabling it by inserting:
into my HTML string, and a dozen variations of th
Swift 5.0 solution:
func webViewDidFinishLoad(_ webView: UIWebView) { webView.scrollView.contentSize = CGSize(width: webView.frame.size.width, height: webView.scrollView.contentSize.height) }