It is well know that the keyboard appearance of UITextView
and UITextField
can be set as following :
[self.textField setKeyboardAppeara
Unfortunately, you can not set the keyboard appearance for a UIWebView using Apple's UIKit APIs.
You can however specify the input type using html tags like so:
And here are the other parameters.
Text:
Telephone:
URL:
Email:
Zip code:
More info in the Apple docs:
Text, Web, and Editing Programming Guide for iOS