开发者

Making all Links in a Web View open in the Default Browser

开发者 https://www.devze.com 2022-12-14 01:40 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消