How to handle popups and alerts in WKWebView
In this blog post, I'll explain how you can support popups and alerts in WKWebView because this is not supported out of the box.
Default behavior
The following cases do not work in a WKWebView automatically:
opening a new tab/window with <a> HTML el...
blog.eidinger.info3 min read