Answer the question
In order to leave comments, you need to log in
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
textField.autocapitalizationType = UITextAutocapitalizationTypeNone;
developer.apple.com/library/ios/#documentation/uikit/reference/UITextInputTraits_Protocol/Reference/UITextInputTraits.html
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
or are you talking about m.vk.com?
developer.apple.com/library/ios/#documentation/AppleApplications/Reference/SafariWebContent/DesigningForms/DesigningForms.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question