WebViewKit icon indicating copy to clipboard operation
WebViewKit copied to clipboard

WebViewKit adds a WebView and SafariWebView to SwiftUI.

Results 2 WebViewKit issues
Sort by recently updated
recently updated
newest added

WebView(url: URL(string: vm.urlStringX)) { webView in print("new page \(String(describing: webView.url?.absoluteURL) )") }

How do you eval js on this great tool ? I mean to execute javascript code on the current webview page after the webview loaded

discussion