V
V
Vitaly Kuznetsov2013-01-24 17:20:53
css
Vitaly Kuznetsov, 2013-01-24 17:20:53

Input on iPad

iPad by default capitalizes the first letter when entering into any text field
But when entering e-mail, this is inconvenient
vk.com somehow removes the caps lock when entering the first character, but could not find how they do it, is there any property to do it?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
stan_jeremy, 2013-01-24
@BbFlaMe

textField.autocapitalizationType = UITextAutocapitalizationTypeNone;
developer.apple.com/library/ios/#documentation/uikit/reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html

J
joeface, 2013-01-24
@joeface

if you specify input type="email" for the email input field , the first character will not be capitalized and the iPad will display a keyboard optimized for entering an email address

S
stan_jeremy, 2013-01-24
@stan_jeremy

or are you talking about m.vk.com?
developer.apple.com/library/ios/#documentation/AppleApplications/Reference/SafariWebContent/DesigningForms/DesigningForms.html

V
Vitaly Kuznetsov, 2013-01-24
@BbFlaMe

Thanks, the second link helped

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question