I'm building an app in HTML5 and Javascript using WKWebView.
I have a very plain text input that I want to call focus() on manually via javascript. It does work, the keyboard pops up and there is a cursor in the input however the iOS keyboard is very laggy when typing/deleting the first character. It takes over a second for the character to appear and for the keyboard to become interactive again.
Does anyone have any idea on how what the problem might be?