Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.5.1
Description
Currently, Qt-based apps aren’t able to make use of password managers, because they expect apps to use native GUI elements (e.g. EditText) or to support the AutoFill frameworks. This leads to a poor customer experience compared to native apps, as users expect this feature (see screenshots).
AutoFill frameworks on iOS and Android expect, that text inputs are annotated to be username or password. Unfortunately, that doesn’t work with QML. Neither setting
inputMethodHints: Qt.ImhHiddenText
nor
Accessible.passwordEdit: true
is recognized by password managers.
Documentation AutoFill frameworks:
iOS:
Android:
https://developer.android.com/guide/topics/text/autofill-optimize
Attachments
Issue Links
- relates to
-
QTBUG-129581 Menu: "AutoFill" submenu on macOS if near a TextField
- Reported
-
QTBUG-99254 Support KeyChain for text field
- Open
-
QTBUG-76094 Password/SMS verification AutoFill not working on iOS TextInput
- Open