From f210af1b5188a12d706d73c66b6ded1caece09e9 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Tue, 2 Jun 2020 22:33:08 +0200 Subject: [PATCH] Mention autofill in FAQs --- FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FAQ.md b/FAQ.md index ece13e2a..d7714eae 100644 --- a/FAQ.md +++ b/FAQ.md @@ -71,3 +71,8 @@ when websites use the [Push API](https://w3c.github.io/push-api/); this will not ## Can PWAs be installed? PWAs are only supported as home shortcuts; WebAPKs will not work because they are generated server-side on googleapis.com (which is not allowed in Bromite). + +## Does Bromite support the Android autofill framework? + +No; the only autofill available in Chromium browsers requires integration with cloud services. +Some apps use accessibility services as a workaround.