mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Add errors section
@@ -179,11 +179,20 @@ 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._
|
||||
|
||||
# Possible errors
|
||||
|
||||
## No Autofill view display
|
||||
|
||||
If no form is detected and no autofill view shown, there may be several reasons:
|
||||
* The KeePassDX Autofill service is enabled in the system but not initialized. Following a structural update _(such as version 4.2.0 which adds Passkey)_, the autofill service may no longer be recognized. **Simply disable the KeePassDX Autofill toggle and re-enable it.**
|
||||
* Chrome and its derivatives (Brave, etc...) require you to enable the `Setting -> Autofill services -> Autofill using another service directly from the browser` from a specific version, otherwise the compatibility service will be used and may not be compatible with your browser or operating system.
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user