mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Web app improvements
This commit is contained in:
@@ -130,7 +130,7 @@ final class WebAppWebView: WKWebView {
|
||||
self.sendEvent(name: "viewport_changed", data: "{height:\(frame.height)}")
|
||||
}
|
||||
|
||||
private(set) var didTouchOnce = true
|
||||
private(set) var didTouchOnce = false
|
||||
@objc func handleTap() {
|
||||
self.didTouchOnce = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user