Open links in Safari instead of UIWebVIew?

后端 未结 7 1120
后悔当初
后悔当初 2020-12-02 20:52

I have an app with a UIWebView inside a UIViewController. I load HTML from a web service as a string like this:

self.webView loadH         


        
7条回答
  •  半阙折子戏
    2020-12-02 21:26

    Yes, in your hyperlink tag add

    target="blank"
    

    And one question mark will be fine, thank you

提交回复
热议问题