Web app improvements

This commit is contained in:
Ilya Laktyushin
2022-04-08 20:42:38 +04:00
parent af9dcd2f19
commit 0d058348b0
4 changed files with 34 additions and 6 deletions

View File

@@ -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
}