keyboard in UIWebView shows and then hides itself on input focus
Posted
by
Jake
on Stack Overflow
See other posts from Stack Overflow
or by Jake
Published on 2011-01-14T22:43:30Z
Indexed on
2011/01/17
22:53 UTC
Read the original article
Hit count: 227
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.
© Stack Overflow or respective owner