How to enable hidden keyboard programmatically (xcode uiwebview) if web-page without text-inputs, only hidden javascript inputs. i need receive data (not manually) but from scanner to javascript inputs. there no problem with ios6, but don't works with ios7.
i use standard uiwebview webpage loading
NSURL *websiteUrl = [NSURL URLWithString:@"http://google.com"];
NSURLRequest *urlRequest = [NSURLRequest requestWithURL:websiteUrl];
[mypage loadRequest:urlRequest];