Supposedly, this has not been possible since iOS 6 where you can set the UIWebView's keyboardDisplayRequiresUserAction = NO.
I'm using a html 5 webview (Trigger.IO) and building a native plugin but am having difficulty grabbing hold of the UIWebView instance.
How do I grab hold of the webview so I can simply do the following:
mywebview.keyboardDisplayRequiresUserAction = NO;
Probably really simple.. what am I missing?