-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Overriding navigationDeledate causes ErikError.noContent,
if you remove the view.navigationDelegate = self line then it content is produced.
class Test: LayoutEngineNavigationDelegate {
let view: WKWebView
let browser: Erik
override init() {
view = WKWebView()
browser = Erik(webView: view)
super.init()
view.navigationDelegate = self
}
func test() {
browser.visit(url: URL(string: "https://google.com")!) { (document, err) in
debugPrint(err as Any)
debugPrint(document as Any)
}
}
}Metadata
Metadata
Assignees
Labels
No labels