prevent UIWebView inputs from displaying UIKeyboard without disabling user interaction

Posted by Slee on Stack Overflow See other posts from Stack Overflow or by Slee
Published on 2012-04-07T23:22:49Z Indexed on 2012/04/07 23:29 UTC
Read the original article Hit count: 436

Filed under:
|
|
|

I have a UIWebView that loads and external product configuration web service UI that is basically a bunch of dependent Drop Down lists.

The problem is the Drop Downs are basically enhanced text input's so when the user taps them to display the options the UIKeyboard keeps popping up and own after they make their selection. it is less than a fluid process. Is there anyway to suppress the html inputs from triggering the UIKeyboard?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ios