I would like to know how you can disable UIActionSheets, specifically the Action Sheets being displayed after tapping and holding hyperlinks in a UIWebView. These seem to be ena
You can also handle this via JavaScript by calling:
document.documentElement.style.webkitTouchCallout = "none";