I want to disable long-touch from the application. I have no control on the HTML that I am loading on my WebView.
The UIWebView is no longer supported. So, you should implement WKWebView and there is a property called allowsLinkPreview with that you can enable or disable the long touch previews.
webView.allowsLinkPreview = false