Making all Links in a Web View open in the Default Browser
I have a web view that displays a web page but I want all links on that page to open in the default browser. How w开发者_运维百科ould I do this?
Implement the WebPolicyDelegate
so that any attempts to navigate are cancelled, and the URL opened in the default browser.
精彩评论