Did anyone have the same problem? In my webview, I click a hyperlink with a target='_blank' will nothing happen.
I also tried WKwebview. nor of them worked. I try use 'PageFinished' and 'OverrideUrl' to catch the event. But it did not work too.
I google this problem. find some link
any idea?
I also tried WKwebview. nor of them worked. I try use 'PageFinished' and 'OverrideUrl' to catch the event. But it did not work too.
I google this problem. find some link
Why is WKWebView not opening links with target="_blank"?
WKWebView does not open any links which have target="_blank" a.k.a. 'Open in new Window' attribute in their HTML <a href>-Tag.
stackoverflow.com
Open target="_blank" links outside of UIWebView in Safari
Inside my iOS Application I have an UIWebView. Now I want all links that have the attribute target="_blank" not to open inside my WebView but externally in Safari. How can I do this?
stackoverflow.com