Posts

Post not yet marked as solved
9 Replies
try thiswebView.scrollView.delegate = self public func scrollViewWillBeginZooming(_ scrollView: UIScrollView, with view: UIView?) { scrollView.pinchGestureRecognizer?.isEnabled = false }it'll disable zooming by pinch. I'm looking how to disable the double-tap for it.