mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-01 10:50:51 +00:00
no message
This commit is contained in:
@@ -55,8 +55,14 @@ final class BotCheckoutWebInteractionControllerNode: ViewControllerTracingNode,
|
||||
configuration.userContentController = userController
|
||||
|
||||
webView = WKWebView(frame: CGRect(), configuration: configuration)
|
||||
if #available(iOSApplicationExtension 9.0, *) {
|
||||
webView.allowsLinkPreview = false
|
||||
}
|
||||
case .externalVerification:
|
||||
webView = WKWebView()
|
||||
if #available(iOSApplicationExtension 9.0, *) {
|
||||
webView.allowsLinkPreview = false
|
||||
}
|
||||
webView.navigationDelegate = self
|
||||
}
|
||||
self.webView = webView
|
||||
|
||||
Reference in New Issue
Block a user