Posts by Eduardo de Freitas • 11 points
1 post
-
1
votes0
answers54
viewsQ: Swift 3 - How to close an open webview page?
in a, index.html viewcontroller am using this code to open a local html file self.webView = WKWebView(frame: webFrame, configuration: config) self.webView?.uiDelegate = self as? WKUIDelegate…