Open links in Safari instead of UIWebVIew?

后端 未结 7 1101
后悔当初
后悔当初 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

    0 讨论(0)
提交回复
热议问题