diff --git a/AutoFill.md b/AutoFill.md index d2984eb..cc28f2d 100644 --- a/AutoFill.md +++ b/AutoFill.md @@ -146,6 +146,10 @@ Here is a non-exhaustive table of the compatibility of browsers with autofill: _Note that several browsers derived from Chromium code will not be compatible with autofill because the native code in this app has been removed._ +## Autofill OTP Token + +A study was done on the recognition of OTP token forms for automatic filling. Unfortunately, it is not possible to efficiently recognize the field to be filled in and autofill is therefore not possible. To overcome this problem, OTP tokens are now available directly in the entry list and can be copied from there. (issue https://github.com/Kunzisoft/KeePassDX/issues/553#issuecomment-912936390) + ## Autofill disabled The autofill may not work if the form has explicitly requested to disable autofill (with [`importantForAutofill="no"`](https://developer.android.com/reference/android/R.styleable#View_importantForAutofill) or [`autocomplete="off"`](https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion)). In this case, ask the application or website to remove these tags.