From 93981d71f455f05e5b0cce268dc179359a1a9442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20JAMET?= Date: Tue, 3 Nov 2020 17:34:40 +0100 Subject: [PATCH] Updated AutoFill (markdown) --- AutoFill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoFill.md b/AutoFill.md index f553f80..906fca0 100644 --- a/AutoFill.md +++ b/AutoFill.md @@ -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)