mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
no message
This commit is contained in:
@@ -68,6 +68,8 @@ class ChatDocumentGalleryItemNode: GalleryItemNode {
|
||||
init(account: Account, theme: PresentationTheme, strings: PresentationStrings) {
|
||||
if #available(iOS 9.0, *) {
|
||||
let webView = WKWebView()
|
||||
webView.allowsLinkPreview = false
|
||||
webView.allowsBackForwardNavigationGestures = false
|
||||
self.webView = webView
|
||||
} else {
|
||||
let webView = UIWebView()
|
||||
|
||||
Reference in New Issue
Block a user