UIWebView - How to Disable Alerts (UIAlertView)?

Posted by RodneyFarva on Stack Overflow See other posts from Stack Overflow or by RodneyFarva
Published on 2010-05-11T05:23:02Z Indexed on 2010/05/11 5:24 UTC
Read the original article Hit count: 212

Filed under:
|
|
|

Hey,

I would like to know how you can disable UIAlerts, specifically the Alerts being displayed after tapping and holding hyperlinks in a UIWebView. These seem to be enabled by default in UIWebViews containing the link address of the respective link in the title of the alert. They are also enabled in Safari.

(How) is it possible to disable all alerts of this kind within a UIWebView?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about uiwebview

Related posts about uialertview