hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Entering passphrase: change all characters to lowercase #158

Closed ghost closed 10 years ago

ghost commented 10 years ago

Notice that iOS defaults to the first word being uppercase == wrong passphrase

haustraliaer commented 10 years ago

@mattlenz went through and sorted all this, and then I double checked it because I noticed this as well... it seems like iOS has decided just to ignore all the autocorrect etc html attributes for no apparent reason. I'll keep searching stack overflow etc to see if anyone else is experiencing this.

ghost commented 10 years ago

Can we force it using javascript?

haustraliaer commented 10 years ago

Yeah I think we might have to, doesn't seem like there's anything around the web saying it should be anything different to what we set.

haustraliaer commented 10 years ago

https://github.com/hivewallet/hive-js/commit/b286ecc29532

mackuba commented 10 years ago

autocapitalize="off" seems to work for me: https://dl.dropboxusercontent.com/u/41808/case-test.html