mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Add web view navigation delegate
This commit is contained in:
parent
7ac40d5b78
commit
19ab368e77
@ -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, *) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user