I want to disable long-touch from the application. I have no control on the HTML that I am loading on my WebView.
Open your view in Interface Builder, click on the web view and then un-check the "User Interaction Enabled" checkbox in the attributes inspector.
If you want to do it in code, set the web view's userInteractionEnabled property to NO.
NO