Updated AutoFill (markdown)

Jérémy JAMET
2020-11-03 17:34:40 +01:00
parent f1bc7d51fa
commit 93981d71f4

@@ -93,7 +93,7 @@ You can however use the [Magikeyboard](https://github.com/Kunzisoft/KeePassDX/wi
## Password form recognition
The form to fill in username and password is recognized if explicitly defined with [`android:autofillHints`](https://developer.android.com/reference/android/R.styleable#View_autofillHints) or if it contains [`input`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input) elements (with types : *username* and *password*). Otherwise, the dialog box is not offered. When KeePassDX is started in autofill mode (after clicking "Sign in with KeePassDX"), each entry becomes a callback function that returns username and password. If you want other behavior, please request it.
## Web Browser recognition
## Web Browser
Some browsers do not offer the possibility to use autofill, this is a known bug depending of the browser, that cannot be resolved from the KeePassDX app.
In this case, try to:
- Check if your browser is natively compatible with autofill service (look at the table below)