keyboard in UIWebView shows and then hides itself on input focus
- by Jake
I have a page that's loading into a UIWebView (which takes 100% of the screen) on an iPad.
When I touch a text field, the page positions the text field to the right place and the keyboard starts to come up, but then it turns around and goes back down and blur is called on the input field.
When I try this same page in mobile Safari, the keyboard is able to deploy successfully.
I can't figure out what the rules are for the keyboard to show successfully and stay up = and why this is different for uiwebview than safari.
All my research on the subject has yielded no answers.