purnimagupta / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

Mobile signin should lowercase username #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The iPhone tries to capitalize the username in the form field. Figure out
if there's a magic directive to tell it not to do that.

Original issue reported on code.google.com by liza31337@gmail.com on 29 Mar 2009 at 4:30

GoogleCodeExporter commented 8 years ago
Here's what Google Mobile does. I think this makes the iPhone go lowercase
https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&
continue=http%3A%2F%2Fmail.google.com%2Fmail%2Fx%2Fd77si54vzouu%2F%3Fsource%3Dmo
bileproducts%26dc%3Dgbackstop%26ui%3Dhtml%26zy%3Dl&bsv=zpwhtygjntrz&scc=1<mpl=ec
obh&nui=5&btmpl=mobile

    <input type="text" name="Email"  id="Email" size="18" value="" class="gaia le val"/>

Original comment by abdela...@gmail.com on 31 Mar 2009 at 3:14

GoogleCodeExporter commented 8 years ago

Original comment by liza31337@gmail.com on 19 May 2009 at 2:59

GoogleCodeExporter commented 8 years ago
Correct: <input type="text" autocorrect="off" autocapitalize="off">

Original comment by liza31337@gmail.com on 7 Jul 2009 at 8:42

GoogleCodeExporter commented 8 years ago
fixed in infrastructure branch.

Original comment by liza31337@gmail.com on 19 Jul 2009 at 8:39