suppress keyboard in iphone UiWebViews

Posted by rob on Stack Overflow See other posts from Stack Overflow or by rob
Published on 2010-05-15T23:59:06Z Indexed on 2010/05/28 4:21 UTC
Read the original article Hit count: 237

Filed under:
|

I have an app that uses UiWebViews, and I need to not show the keyboard for a text field within such a view. I provide my own buttons that insert the limited sorts of text the field allows, but I also need to allow pasting (I will filter what gets pasted) and adjusting the cursor position. Any way to do this?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone-web