I'm making a website with a login site where people can do different things. When using an iPad to login the first letter in the password is auto set to uppercase, how do I change it so that the first letter is not uppercase, but standard lowercase or whatever they enter??
Open the Settings app. Tap the section called "General." Tap "Keyboard." Tap "Auto-Capitalization" to toggle it off.
Try this:
<input type="password" ... autocapitalize="off">
This is straight from apple: http://developer.apple.com/library/safari/#codinghowtos/mobile/userExperience/_index.html
Edit:
try just adding the autocapitalize tag to your asp:textbox, see if that works.
<asp:TextBox ID="txbPassWord" runat="server" TextMode="Password" autocapitalize="off"></asp:TextBox>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With