By default, iOS’s keyboard sets the first letter in text form fields (including type=email) to uppercase. (At least prior to iOS 5.)
Is there any way to disable the autocapitalization?
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.
Since iOS 5,
type="email"has auto-capitalization disabled automatically, so you simply need:For other input types, there are attributes available that do what they say:
If for some reason you want to support iOS prior to version 5, use this for
type="email":More information: