Web app improvements

This commit is contained in:
Ilya Laktyushin
2022-04-05 16:50:09 +04:00
parent f85ed53d48
commit d3361962b6
23 changed files with 260 additions and 104 deletions

View File

@@ -121,4 +121,8 @@ final class WebAppWebView: WKWebView {
@objc func handleTap() {
self.didTouchOnce = true
}
override var inputAccessoryView: UIView? {
return nil
}
}