views:

36

answers:

1

When using the "add Account..." function in the 'Mail,Contacts, Calendars' section in 'Settings' on an ipad, selecting the address field causes the keyboard to change the labels of the '!,' and '?.' keys, shorten the right '.?123' and space key and add two new keys ('_' and '-')

I have also seen the Keyboard augment to show a '.com' key for url's

Im guessing you can pass the keyboard a 'url mode' or 'email address mode' type argument, has anyone manipulated the keyboard in such a way before and what degree of plasticity is there for actual labels or modes?

+2  A: 

There are a number of defined UIKeyboardType's. You must use one of those.

thenduks