fill UIWebVIew TextInput with custom keyboard
Posted
by user319097
on Stack Overflow
See other posts from Stack Overflow
or by user319097
Published on 2010-05-01T09:52:28Z
Indexed on
2010/05/01
9:57 UTC
Read the original article
Hit count: 270
iphone-sdk
|uiwebview
For an app I am working on I want a custom keyboard to come up when you tap on an input field in a UIWebview, for example for UITextView i use this code :
myText.text = [myText.text stringByAppendingString:@"a"];
but i don't know how can i fill a text field in UIWebVIew Any help would be very much appreciated; thanks!
© Stack Overflow or respective owner