app/io: [android,js] add password keyboard hint

Fixes: https://todo.sr.ht/~eliasnaur/gio/517

Signed-off-by: inkeliz <inkeliz@inkeliz.com>
This commit is contained in:
inkeliz
2023-07-16 07:59:04 +01:00
committed by Elias Naur
parent 6ea4119a3c
commit 74a87b1092
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -153,6 +153,8 @@ const (
HintURL
// HintTelephone hints that telephone number input is expected. It may activate shortcuts for 0-9, "#" and "*".
HintTelephone
// HintPassword hints that password input is expected. It may disable autocorrection and enable password autofill.
HintPassword
)
// State is the state of a key during an event.