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:
@@ -43,7 +43,9 @@ open class ChatController: UIViewController, WKNavigationDelegate, WKScriptMessa
|
||||
let config = WKWebViewConfiguration()
|
||||
config.userContentController = contentController
|
||||
config.preferences = preferences
|
||||
|
||||
|
||||
|
||||
|
||||
self.chatView = WKWebView(frame: (self.parent?.view.bounds)!, configuration: config)
|
||||
self.chatView.navigationDelegate = self
|
||||
self.view = self.chatView
|
||||
|
||||
Reference in New Issue
Block a user