This commit is contained in:
Andrey Blinov
2020-08-15 01:58:36 +07:00
parent 5568860d9f
commit 0efec21357

View File

@@ -229,6 +229,7 @@ open class ChatController: UIViewController, WKNavigationDelegate, WKScriptMessa
onEvent(name, data!)
}
open func onLinkPressed(url: URL) {
UIApplication.shared.openURL(url)
}