mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-14 16:53:52 +00:00
update
This commit is contained in:
@@ -47,6 +47,7 @@ open class ChatController: UIViewController, WKNavigationDelegate, WKScriptMessa
|
|||||||
self.chatView = WKWebView(frame: (self.parent?.view.bounds)!, configuration: config)
|
self.chatView = WKWebView(frame: (self.parent?.view.bounds)!, configuration: config)
|
||||||
self.chatView.navigationDelegate = self
|
self.chatView.navigationDelegate = self
|
||||||
self.view = self.chatView
|
self.view = self.chatView
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
|
public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) {
|
||||||
|
|||||||
Reference in New Issue
Block a user