I have an iPhone app that is showing a UIWebView which contains some fields. I would like the keyboard to be more compact. Is there any way to do this to make the keyboard use less real estate?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not for a
UIWebview, unless you want your customers to jailbreak there iDevices and get a custom keyboard from Cydia.However, you could create a custom keyboard and hook that up to a custom view. That would make for a lot of work, but could be done, if you were willing to put the effort into it.