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"开发者_如何学Python, so that the user can open it either in safari or in the app's embedded browser ?
You could use the webView:shouldStartLoadWithRequest:navigationType: callback of webview delegate to add your custom behaviour.
精彩评论