In our Android app login screen implemented as web-page opened in WebView. There are login/password inputs at that page - I want to fill them using Autofill framework (i.e with Bitwarden app).
In other apps/web-pages there is always popup from Bitwarden saying these fields could be autocompleted. This popup never appears in our login web-page.
What I have to do, to fill WebView inputs with Autofill? Some specific WebView settings? Or maybe input html tags must have some sort of hint for Autofill framework?