I am writing a login page for the mobile version of my webapp, and I have a simple HTML password field, for example:
<input id="password" type="password" />
The only problem is that the iPhone Safari browser smoothes the first letter of the default input, which confuses my users as the password is case sensitive and they donβt always understand that it is.
Does anyone know a method, tag, or otherwise, to stop this, and force the iPhone input to lower case, unless the user specifies otherwise? Or is it just a platform feature that cannot be changed?
html user-interface safari iphone
RSH1 Jun 15 2018-11-11T00: 00Z
source share