We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a44df commit 90886c8Copy full SHA for 90886c8
Sources/DSBridge/WebView.swift
@@ -14,6 +14,7 @@ open class WebView: WKWebView {
14
}
15
set {
16
injectedUIDelegate.designatedDelegate = newValue
17
+ super.uiDelegate = injectedUIDelegate
18
19
20
0 commit comments