Bitwarden not working with WebView #1243

Closed
opened 2025-11-26 22:42:45 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @Slion on GitHub (Mar 17, 2021).

Users of Fulguris Web Browser are reporting Bitwarden is not working. Google's own autofill service is working fine so I'm trying to understand what is preventing Bitwarden to get the job done.

I've also opened an issue in the Fulguris repository: Slion/Fulguris#177

Originally created by @Slion on GitHub (Mar 17, 2021). Users of Fulguris Web Browser are reporting Bitwarden is not working. Google's own autofill service is working fine so I'm trying to understand what is preventing Bitwarden to get the job done. I've also opened an issue in the Fulguris repository: Slion/Fulguris#177
Author
Owner

@Slion commented on GitHub (Mar 17, 2021):

On the following page is explained how an autofill service should parse provided data:
https://developer.android.com/guide/topics/text/autofill-services
I find the traverseStructure and traverseNode methods interesting. I wonder how Bitwarden could fail to retrieve the proper WebDomain if it is using that approach of traversing from the rootViewNode.

@Slion commented on GitHub (Mar 17, 2021): On the following page is explained how an autofill service should parse provided data: https://developer.android.com/guide/topics/text/autofill-services I find the traverseStructure and traverseNode methods interesting. I wonder how Bitwarden could fail to retrieve the proper WebDomain if it is using that approach of traversing from the rootViewNode.
Author
Owner

@jamal2362 commented on GitHub (Mar 18, 2021):

I think you must make an Pull-Request with your Package name.

Look here https://github.com/bitwarden/mobile/pull/1281

@jamal2362 commented on GitHub (Mar 18, 2021): I think you must make an Pull-Request with your Package name. Look here https://github.com/bitwarden/mobile/pull/1281
Author
Owner

@Slion commented on GitHub (Mar 22, 2021):

Thanks @jamal2362 mystery solved. Browsers need to be added to bitwarden's authorized list for autofill to work.
https://github.com/bitwarden/mobile/pull/1333

@Slion commented on GitHub (Mar 22, 2021): Thanks @jamal2362 mystery solved. Browsers need to be added to bitwarden's authorized list for autofill to work. https://github.com/bitwarden/mobile/pull/1333
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#1243