vabe1337

Results 1 comments of vabe1337

For my work this: @objc private func viewWasTapped() { let point = tapRecognizer.location(in: webView) DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.5){ self.focus(at: point) } }