Open
Bug 1605923
Opened 5 years ago
Updated 2 years ago
Add postal address hints for GeckoView
Categories
(GeckoView :: General, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: m_kato, Unassigned)
Details
(Whiteboard: [geckoview:m93?])
When implementing bug 1491989, I know that bitwarden will look the following hints for address (https://github.com/bitwarden/mobile/blob/master/src/Android/Autofill/FieldCollection.cs#L119)
- View.AutofillHintName,
- View.AutofillHintPhone,
- View.AutofillHintPostalAddress,
- View.AutofillHintPostalCode
We should add this hint via autocomplete
attribute via https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete
Reporter | ||
Updated•5 years ago
|
Summary: Add postal address hint for GeckoView → Add postal address hints for GeckoView
Updated•5 years ago
|
Rank: 15
Priority: -- → P2
Updated•4 years ago
|
Whiteboard: [geckoview:m88]
Updated•4 years ago
|
Whiteboard: [geckoview:m88] → [geckoview:m89]
Updated•4 years ago
|
Priority: P2 → P3
Whiteboard: [geckoview:m89] → [geckoview:m92]
Updated•4 years ago
|
Whiteboard: [geckoview:m92] → [geckoview:m92?]
Updated•4 years ago
|
Whiteboard: [geckoview:m92?] → [geckoview:m93?]
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Rank: 15 → 333
You need to log in
before you can comment on or make changes to this bug.
Description
•