Merge pull request #988 from keymanapp/ios-frozen-keyboard

[ios] Frozen keyboard in latest beta
This commit is contained in:
Marc Durdin 2018-06-14 21:24:00 +07:00 committed by GitHub
commit e24eabfde1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,9 @@ open class InputViewController: UIInputViewController, KeymanWebDelegate {
let bgColor = UIColor(red: 210.0 / 255.0, green: 214.0 / 255.0, blue: 220.0 / 255.0, alpha: 1.0)
view.backgroundColor = bgColor
view.translatesAutoresizingMaskIntoConstraints = false
// TODO: If the following line is enabled, the WKWebView does not respond to touch events
// Can figure out why one day maybe
//view.translatesAutoresizingMaskIntoConstraints = false
Manager.shared.inputViewDidLoad()
Manager.shared.keymanWebDelegate = self