WKWebView keyboard not showing up automatically on input focus

I am using cordova-ios 5.1.1, user have to manually click on input field to show up the keyboard. This was working for UIWebView but not in WKWebView.
Is there any solution or fix to this?
Hi there, I am having the same issue. I wonder if you have found a fix for it.

There should be a function to set the WKWebview in focus. Because if the javascript set the focus to an input box, it will only work if you click first on the webview to make it the current focus.

WKWebView keyboard not showing up automatically on input focus
 
 
Q