mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add web view navigation delegate
This commit is contained in:
@@ -60,6 +60,7 @@ final class BotCheckoutWebInteractionControllerNode: ViewControllerTracingNode,
|
||||
if #available(iOSApplicationExtension 9.0, iOS 9.0, *) {
|
||||
webView.allowsLinkPreview = false
|
||||
}
|
||||
webView.navigationDelegate = self
|
||||
case .externalVerification:
|
||||
webView = WKWebView()
|
||||
if #available(iOSApplicationExtension 9.0, iOS 9.0, *) {
|
||||
|
||||
Reference in New Issue
Block a user