views:

25

answers:

1

Hi,

Is that possible to display options in uiwebview links. When you touch and hold a 3 options come up, (open, copy and cancel). Is there a way to add a option say "open in safari browser", so that the user can open it either in safari or in the app's embedded browser ?

+1  A: 

You could use the webView:shouldStartLoadWithRequest:navigationType: callback of webview delegate to add your custom behaviour.

Charter
is there way to overide that actionsheet displayed ?
thndrkiss
Hum... when is the actionsheet displayed ?
Charter
http://stackoverflow.com/questions/2808267/uiwebview-how-to-disable-action-sheets-uiactionsheet/2851674#2851674. i got it !
thndrkiss