[Bug] Bitwarden android app not working as intended
See original GitHub issueSteps to reproduce
- Open Iceraven
- Goto any site you have saved password in Bitwarden
- Click bitwarden popup
Expected behavior
Should Load password for the website user browsing
Actual behavior
Loads password for io.github.forkmaintainers.iceraven
Device information
- Android device: 10
- Iceraven version: 1.2.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Bitwarden Auto-fill just doesn't work in Android - Reddit
Whenever auto-fill doesn't works... -> Just go to the "Accessibility" settings of your phone and toggle the permission for bitwarden to "OFF" & ......
Read more >"An error has occured" on Android app
Error occurs after entering email address and password and tapping Login. Tablet is on Android 8.1. 0 and Bitwarden app version is 2.18....
Read more >Autofill isn't working on mobile (generally or for a specific site ...
We are aware of some situations where the Bitwarden mobile app will not autofill information correctly. This may be due to: the particular ......
Read more >1693152 - [Bug] Autofill not working with Bitwarden
The problem here is that A-C calls GeckoView.releaseSession when the application stops (when switching to the Bitwarden app), which causes the autofill ...
Read more >Bitwarden Password Manager - Apps on Google Play
NAMED BEST PASSWORD MANAGER BY THE VERGE, U.S. NEWS & WORLD REPORT, CNET, AND MORE. Manage, store, secure, and share unlimited passwords across...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is not an issue with Iceraven, but a security feature of Bitwarden. When using “insecure browsers”, the package name is served instead of the url.
I noticed this problem with the Bitwarden app already in the days of Iceweasel.
In the community forum the following feature request was posted: https://community.bitwarden.com/t/add-iceweasel-to-androids-trusted-browsers-list/13951
After a quick search, I’ve found the following issue: https://github.com/bitwarden/mobile/issues/392 which led me to https://github.com/bitwarden/mobile/blob/master/src/Android/Autofill/AutofillHelpers.cs
And look at that! “Add support for Iceraven browser” https://github.com/bitwarden/mobile/issues/1105 https://github.com/bitwarden/mobile/pull/1106 https://github.com/bitwarden/mobile/commit/8f533bc5764a38b25ad5df318ebbabcf338e22d2
The problem is already solved in the source code. This “issue” can probably be marked as fixed.
Note: This is unrelated to the extension.
Thank you for the information. Closing the issue.