[GH-ISSUE #6107] [PM-27708] Autofill regression in multiple browsers: Bitwarden 2025.10.1 stops matching by website domain and falls back to package name (e.g. com.sec.android.app.sbrowser) #8403

Closed
opened 2026-04-11 01:40:36 -05:00 by GiteaMirror · 108 comments
Owner

Originally created by @rallyemax on GitHub (Oct 31, 2025).
Original GitHub issue: https://github.com/bitwarden/android/issues/6107

Steps To Reproduce

  1. Open Samsung Internet a Chromium-based browser other than Chrome itself (e.g. Samsung Browser, Edge) and navigate to any login form (example: https://authenticationtest.com)
  2. Tap into the username or password input field.
  3. Enter the Bitwarden vault (ignore suggestions) when prompted.

Expected Result

Bitwarden should match the login item by the website’s domain (e.g., authenticationtest.com) and show entries where that domain is listed as a URI.

Actual Result

Bitwarden instead shows items only for the browser package name (for Samsung Browser, it is androidapp://com.sec.android.app.sbrowser) as if no website domain were available.

Screenshots or Videos

No response

Additional Context

Android Autofill does provide the correct page domain to the autofill session, as confirmed by the following snippets from logcat and dumpsys autofill:

AssistStructure: Web domain: authenticationtest.com
AutofillSession: Setting urlBar ... domain authenticationtest.com

Login field nodes with credential hints and the URL bar node are both present in the same AssistStructure tree.

Chrome’s AssistStructure has a similar “domain on one node, username/password hints on another” layout — but Chrome is matched successfully in both 2025.10.0 and 2025.10.1.

Therefore the regression appears to be in Bitwarden’s association logic that maps focused credential fields to the extracted mUrlBar domain specifically in Samsung Internet’s structure.

This is a domain association regression introduced in 2025.10.1, affecting Samsung Internet autofill flows. Rolling back to 2025.10.0 restores correct behavior.

Workaround

Until Bitwarden is updated with a fix, consider downgrading to version 2025.10.0, which resolves this issue completely.

Build Version

2025.10.1

What server are you connecting to?

US

Self-host Server Version

No response

Environment Details

  • Device: Samsung Galaxy S25
  • OS: Android 16 / OneUI 8.0

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.

Edited 13 Nov 2025 to include other Chromium-based browsers and emphasize the suggested workaround in its own section

Originally created by @rallyemax on GitHub (Oct 31, 2025). Original GitHub issue: https://github.com/bitwarden/android/issues/6107 ### Steps To Reproduce 1. Open ~~Samsung Internet~~ a Chromium-based browser other than Chrome itself (e.g. Samsung Browser, Edge) and navigate to any login form (example: https://authenticationtest.com) 2. Tap into the username or password input field. 3. Enter the Bitwarden vault (ignore suggestions) when prompted. ### Expected Result Bitwarden should match the login item by the website’s domain (e.g., authenticationtest.com) and show entries where that domain is listed as a URI. ### Actual Result Bitwarden instead shows items only for the browser package name (for Samsung Browser, it is `androidapp://com.sec.android.app.sbrowser`) as if no website domain were available. ### Screenshots or Videos _No response_ ### Additional Context Android Autofill does provide the correct page domain to the autofill session, as confirmed by the following snippets from `logcat` and `dumpsys autofill`: > AssistStructure: Web domain: authenticationtest.com AutofillSession: Setting urlBar ... domain authenticationtest.com Login field nodes with credential hints and the URL bar node are both present in the same AssistStructure tree. Chrome’s AssistStructure has a similar “domain on one node, username/password hints on another” layout — but Chrome is matched successfully in both 2025.10.0 and 2025.10.1. Therefore the regression appears to be in Bitwarden’s association logic that maps focused credential fields to the extracted mUrlBar domain specifically in Samsung Internet’s structure. This is a domain association regression introduced in 2025.10.1, affecting Samsung Internet autofill flows. Rolling back to 2025.10.0 restores correct behavior. ### Workaround Until Bitwarden is updated with a fix, consider downgrading to version 2025.10.0, which resolves this issue completely. ### Build Version 2025.10.1 ### What server are you connecting to? US ### Self-host Server Version _No response_ ### Environment Details - Device: Samsung Galaxy S25 - OS: Android 16 / OneUI 8.0 ### Issue Tracking Info - [x] I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress. _Edited 13 Nov 2025 to include other Chromium-based browsers and emphasize the suggested workaround in its own section_
GiteaMirror added the app:password-managerbug labels 2026-04-11 01:40:36 -05:00
Author
Owner

@bitwarden-bot commented on GitHub (Oct 31, 2025):

Thank you for your report! We've added this to our internal board for review.
ID: PM-27708

<!-- gh-comment-id:3474578262 --> @bitwarden-bot commented on GitHub (Oct 31, 2025): Thank you for your report! We've added this to our internal board for review. ID: PM-27708
Author
Owner

@rallyemax commented on GitHub (Oct 31, 2025):

I'm not really in a position to bisect the recent commits, but if I had to guess, I would guess that the regression came in via https://github.com/bitwarden/android/pull/5977.

That commit changed the AssistStructure parsing logic. When comparing the AssistStructures coming out of Samsung Internet and Chrome, they do appear to be structured somewhat differently. That difference might be enough to trigger the app URI fallback in the case of Samsung Internet, whereas the Chrome case stays on the happy path and doesn't fall through.

<!-- gh-comment-id:3474702139 --> @rallyemax commented on GitHub (Oct 31, 2025): I'm not really in a position to bisect the recent commits, but if I had to guess, I would guess that the regression came in via https://github.com/bitwarden/android/pull/5977. That commit changed the AssistStructure parsing logic. When comparing the AssistStructures coming out of Samsung Internet and Chrome, they do appear to be structured somewhat differently. That difference might be enough to trigger the app URI fallback in the case of Samsung Internet, whereas the Chrome case stays on the happy path and doesn't fall through.
Author
Owner

@Chaniug commented on GitHub (Nov 1, 2025):

This problem has also occurred in the edge browser. The website can't be filled normally, only the application package name of edge pops up.Rolling back the last version of bitwarden can be filled normally.
@bitwarden-bot

<!-- gh-comment-id:3475312809 --> @Chaniug commented on GitHub (Nov 1, 2025): This problem has also occurred in the edge browser. The website can't be filled normally, only the application package name of edge pops up.Rolling back the last version of bitwarden can be filled normally. @bitwarden-bot
Author
Owner

@byteme4188 commented on GitHub (Nov 2, 2025):

This also happens in edge. Edge defaults to com.microsoft.emmx for all domains. Tested on my pixel 9 pro xl and also galaxy s24 ultra

<!-- gh-comment-id:3477036766 --> @byteme4188 commented on GitHub (Nov 2, 2025): This also happens in edge. Edge defaults to com.microsoft.emmx for all domains. Tested on my pixel 9 pro xl and also galaxy s24 ultra
Author
Owner

@kreativekrise commented on GitHub (Nov 2, 2025):

I can confirm that it stopped working on Edge. Tested on Google Pixel 9 Pro. A downgrade from 2025.10.1 to 2025.10.0 solved the issue.

<!-- gh-comment-id:3477823633 --> @kreativekrise commented on GitHub (Nov 2, 2025): I can confirm that it stopped working on Edge. Tested on Google Pixel 9 Pro. A downgrade from 2025.10.1 to 2025.10.0 solved the issue.
Author
Owner

@ddejan75 commented on GitHub (Nov 3, 2025):

Also I can confirme that it stopped working in Edge on Samsung S24, downgraded as well.

<!-- gh-comment-id:3479231326 --> @ddejan75 commented on GitHub (Nov 3, 2025): Also I can confirme that it stopped working in Edge on Samsung S24, downgraded as well.
Author
Owner

@YamenSharaf commented on GitHub (Nov 3, 2025):

Same here on S25 and Edge.

Anyway to downgrade without uninstalling?

<!-- gh-comment-id:3479326271 --> @YamenSharaf commented on GitHub (Nov 3, 2025): Same here on S25 and Edge. Anyway to downgrade without uninstalling?
Author
Owner

@jtodddd commented on GitHub (Nov 3, 2025):

Hi there,

This report has been escalated for further investigation. If you have more information that can help us, please add it below.

Thanks!

<!-- gh-comment-id:3480612379 --> @jtodddd commented on GitHub (Nov 3, 2025): Hi there, This report has been escalated for further investigation. If you have more information that can help us, please add it below. Thanks!
Author
Owner

@lexcyn commented on GitHub (Nov 5, 2025):

Same happening here on Samsung S25 Ultra for any Chromium based browser

<!-- gh-comment-id:3488741461 --> @lexcyn commented on GitHub (Nov 5, 2025): Same happening here on Samsung S25 Ultra for any Chromium based browser
Author
Owner

@twjazzhuang commented on GitHub (Nov 5, 2025):

I am experiencing the same problem on my POCO F5 with Xiaomi HyperOS 2.0.210.0 using Edge browser. Bitwarden is only matching on the Edge browser app package (com.microsoft.emmx) instead of the website domain, making autofill unusable on web pages. Downgrading Bitwarden to the previous version restores autofill functionality. Please investigate compatibility for Edge on HyperOS.

<!-- gh-comment-id:3488940222 --> @twjazzhuang commented on GitHub (Nov 5, 2025): I am experiencing the same problem on my POCO F5 with Xiaomi HyperOS 2.0.210.0 using Edge browser. Bitwarden is only matching on the Edge browser app package (com.microsoft.emmx) instead of the website domain, making autofill unusable on web pages. Downgrading Bitwarden to the previous version restores autofill functionality. Please investigate compatibility for Edge on HyperOS.
Author
Owner

@rouxsean commented on GitHub (Nov 5, 2025):

EDIT: Rolled back to 10.0 (20794) and autofill is working properly on Samsung Internet (using URL as expected instead of the Samsung Internet package name). Leads me to believe it's a Bitwarden issue ;)

Thank you @Chaniug & @KreativeKrise !


Came to report the same exact thing:

Autofill pop-ups are working on the Samsung Internet app, but when they are clicked on, Bitwarden is using the Samsung Internet package name instead of the website: com.sec.android.app.sbrowser

I have uninstalled, rebooted, reinstalled Bitwarden. Toggled autofill settings (including not using Bitwarden to autofill, chrome autofill integration, accessibility toggle, etc.)

Using Samsung Galaxy Z Fold 6, Bitwarden Version 2025.10.1(20867), Samsung Internet 29.0.0.59, One UI 8, Android 16.

This started happing a little under a week ago, after an app launched a pop-up for authentication with Google. (Samsung Internet is default browser). This may be coincident timing.

I haven't found other posts about this (reddit, etc.), so wasn't sure if this is a known issue. So here I am.

Thank you to the devs for looking into this as it seems others are having similar issues.

Chrome works properly as expected, with autofill suggestions coming from the URL (not the chrome package name).

<!-- gh-comment-id:3492960474 --> @rouxsean commented on GitHub (Nov 5, 2025): EDIT: Rolled back to 10.0 (20794) and autofill is working properly on Samsung Internet (using URL as expected instead of the Samsung Internet package name). Leads me to believe it's a Bitwarden issue ;) Thank you @Chaniug & @KreativeKrise ! ---------------- Came to report the same exact thing: Autofill pop-ups are working on the Samsung Internet app, but when they are clicked on, Bitwarden is using the Samsung Internet package name instead of the website: com.sec.android.app.sbrowser I have uninstalled, rebooted, reinstalled Bitwarden. Toggled autofill settings (including not using Bitwarden to autofill, chrome autofill integration, accessibility toggle, etc.) Using Samsung Galaxy Z Fold 6, Bitwarden Version 2025.10.1(20867), Samsung Internet 29.0.0.59, One UI 8, Android 16. This started happing a little under a week ago, after an app launched a pop-up for authentication with Google. (Samsung Internet is default browser). This may be coincident timing. I haven't found other posts about this (reddit, etc.), so wasn't sure if this is a known issue. So here I am. Thank you to the devs for looking into this as it seems others are having similar issues. Chrome works properly as expected, with autofill suggestions coming from the URL (not the chrome package name).
Author
Owner

@Kazenn commented on GitHub (Nov 6, 2025):

Same on brave and brave nightly version.
Pixel 9 pro XL

<!-- gh-comment-id:3494175483 --> @Kazenn commented on GitHub (Nov 6, 2025): Same on brave and brave nightly version. Pixel 9 pro XL
Author
Owner

@diogodh commented on GitHub (Nov 6, 2025):

Happens to me as well with latest bitwarden app on Android 16 on pixel 8 and edge browser

<!-- gh-comment-id:3496584697 --> @diogodh commented on GitHub (Nov 6, 2025): Happens to me as well with latest bitwarden app on Android 16 on pixel 8 and edge browser
Author
Owner

@servint commented on GitHub (Nov 6, 2025):

On Android 16 with the Samsung S23+ and the latest version of the Edge browser, the app detects the package name instead of the web page. If you're on a page and tap an input element, Bitwarden suggests filling in for the Edge package name. However, if you tap the Bitwarden autofill icon in the notification panel, it correctly shows the autofill suggestion for the page.

<!-- gh-comment-id:3497135371 --> @servint commented on GitHub (Nov 6, 2025): On Android 16 with the Samsung S23+ and the latest version of the Edge browser, the app detects the package name instead of the web page. If you're on a page and tap an input element, Bitwarden suggests filling in for the Edge package name. However, if you tap the Bitwarden autofill icon in the notification panel, it correctly shows the autofill suggestion for the page.
Author
Owner

@Faustpfand commented on GitHub (Nov 6, 2025):

Pixel 9 Pro
Android 16 - BP3A.251005.004.B3
Microsoft Edge 141.0.3537.99
Bitwarden 2025.10.1

Same problem

<!-- gh-comment-id:3498526535 --> @Faustpfand commented on GitHub (Nov 6, 2025): Pixel 9 Pro Android 16 - BP3A.251005.004.B3 Microsoft Edge 141.0.3537.99 Bitwarden 2025.10.1 Same problem
Author
Owner

@Melantrix commented on GitHub (Nov 6, 2025):

Nothing phone 2
Android 15 with september 2025 update
Bitwarden 2025.10.1

Same issue

<!-- gh-comment-id:3499538647 --> @Melantrix commented on GitHub (Nov 6, 2025): Nothing phone 2 Android 15 with september 2025 update Bitwarden 2025.10.1 Same issue
Author
Owner

@ExRazor commented on GitHub (Nov 6, 2025):

Same issue on my Xiaomi Poco F6 with Edge Browser.
Hopefully it will get fixed soon...

<!-- gh-comment-id:3499880354 --> @ExRazor commented on GitHub (Nov 6, 2025): Same issue on my Xiaomi Poco F6 with Edge Browser. Hopefully it will get fixed soon...
Author
Owner

@DorianDescamps commented on GitHub (Nov 7, 2025):

Same issue here 😣
Galaxy S24 Ultra
Android 16 september update
Bitwarden 2025.10.1

Temporary fixed with rollback f-droid 2025.10.0

<!-- gh-comment-id:3499954172 --> @DorianDescamps commented on GitHub (Nov 7, 2025): Same issue here 😣 Galaxy S24 Ultra Android 16 september update Bitwarden 2025.10.1 Temporary fixed with rollback f-droid 2025.10.0
Author
Owner

@sargeZam commented on GitHub (Nov 7, 2025):

Same issue here.

Galaxy S25, Android 16 with the latest update. It happens with Samsung Internet, Edge, or Vivaldi. It still works fine with Chrome.

<!-- gh-comment-id:3501184526 --> @sargeZam commented on GitHub (Nov 7, 2025): Same issue here. Galaxy S25, Android 16 with the latest update. It happens with Samsung Internet, Edge, or Vivaldi. It still works fine with Chrome.
Author
Owner

@astoyanovgh commented on GitHub (Nov 7, 2025):

Same issue on updated Pixel 9 pro. No problem with kiwi browser, same issue with Samsung Internet

<!-- gh-comment-id:3502315246 --> @astoyanovgh commented on GitHub (Nov 7, 2025): Same issue on updated Pixel 9 pro. No problem with kiwi browser, same issue with Samsung Internet
Author
Owner

@androidacy-user commented on GitHub (Nov 8, 2025):

Same on edge 142. The "improved chrome security" is to blame I'm guessing

<!-- gh-comment-id:3505503759 --> @androidacy-user commented on GitHub (Nov 8, 2025): Same on edge 142. The "improved chrome security" is to blame I'm guessing
Author
Owner

@Bori94 commented on GitHub (Nov 8, 2025):

Having the same issue for a few days now. Using Edge on Samsung S24 Ultra Android 16 One UI 8.0

<!-- gh-comment-id:3505562019 --> @Bori94 commented on GitHub (Nov 8, 2025): Having the same issue for a few days now. Using Edge on Samsung S24 Ultra Android 16 One UI 8.0
Author
Owner

@zzahkaboom24 commented on GitHub (Nov 8, 2025):

Can confirm Bitwarden 2025.10.1 being the issue.
Downgrading to 2025.10.0 fixes it for me for Microsoft Edge, and shows the login URL properly.

<!-- gh-comment-id:3506641066 --> @zzahkaboom24 commented on GitHub (Nov 8, 2025): Can confirm Bitwarden 2025.10.1 being the issue. Downgrading to 2025.10.0 fixes it for me for Microsoft Edge, and shows the login URL properly.
Author
Owner

@HoodFeelGood commented on GitHub (Nov 8, 2025):

I can confirm this started happening on Edge for Android a few days ago.

<!-- gh-comment-id:3506721496 --> @HoodFeelGood commented on GitHub (Nov 8, 2025): I can confirm this started happening on Edge for Android a few days ago.
Author
Owner

@wsinned commented on GitHub (Nov 8, 2025):

Pixel 9a and Edge has the same issue

<!-- gh-comment-id:3506757464 --> @wsinned commented on GitHub (Nov 8, 2025): Pixel 9a and Edge has the same issue
Author
Owner

@androidacy-user commented on GitHub (Nov 8, 2025):

Hi there,

This report has been escalated for further investigation. If you have more information that can help us, please add it below.

Thanks!

Anything new? Obviously affecting a lot of people and it basically makes bitwarden useless for anyone not using very modern chrome specifically.

<!-- gh-comment-id:3506866138 --> @androidacy-user commented on GitHub (Nov 8, 2025): > Hi there, > > This report has been escalated for further investigation. If you have more information that can help us, please add it below. > > Thanks! Anything new? Obviously affecting a lot of people and it basically makes bitwarden useless for anyone not using very modern chrome specifically.
Author
Owner

@niculicchio commented on GitHub (Nov 8, 2025):

Hi there,
This report has been escalated for further investigation. If you have more information that can help us, please add it below.
Thanks!

Anything new? Obviously affecting a lot of people and it basically makes bitwarden useless for anyone not using very modern chrome specifically.

I agree. And you can't spend a week fixing such a big bug. That's not acceptable from a company like Bitwarden.

<!-- gh-comment-id:3506916012 --> @niculicchio commented on GitHub (Nov 8, 2025): > > Hi there, > > This report has been escalated for further investigation. If you have more information that can help us, please add it below. > > Thanks! > > Anything new? Obviously affecting a lot of people and it basically makes bitwarden useless for anyone not using very modern chrome specifically. I agree. And you can't spend a week fixing such a big bug. That's not acceptable from a company like Bitwarden.
Author
Owner

@iqlogic commented on GitHub (Nov 8, 2025):

Same on Xiaomi 15 with HyperOS 3.0.4 (Android 16) and Xiaomi Pad 5 with HyperOS 1.0.6 (Android 13). Please fix it asap guys🙏

<!-- gh-comment-id:3506919032 --> @iqlogic commented on GitHub (Nov 8, 2025): Same on Xiaomi 15 with HyperOS 3.0.4 (Android 16) and Xiaomi Pad 5 with HyperOS 1.0.6 (Android 13). Please fix it asap guys🙏
Author
Owner

@JoshMart commented on GitHub (Nov 8, 2025):

Same issue on S25 using Samsung Internet 29.0.0.59 and Bitwarden Version: 2025.10.1 (20867)
📱 samsung SM-S931U1 🤖 16@36 📦 prod
🧱 commit: bitwarden/android/release/2025.10-rc37@74b9a12e19e07b60271a1141d3a95f7919811ea4
💻 build source: bitwarden/android/actions/runs/18598736732/attempts/1
🦀 SDK: 1.0.0-3430-fc75b903
🌩 Server: 2025.10.2 @ US

I can clearly see the Samsung Internet package name being used to perform the match instead the website URL.

<!-- gh-comment-id:3506964920 --> @JoshMart commented on GitHub (Nov 8, 2025): Same issue on S25 using Samsung Internet 29.0.0.59 and Bitwarden Version: 2025.10.1 (20867) 📱 samsung SM-S931U1 🤖 16@36 📦 prod 🧱 commit: bitwarden/android/release/2025.10-rc37@74b9a12e19e07b60271a1141d3a95f7919811ea4 💻 build source: bitwarden/android/actions/runs/18598736732/attempts/1 🦀 SDK: 1.0.0-3430-fc75b903 🌩 Server: 2025.10.2 @ US I can clearly see the Samsung Internet package name being used to perform the match instead the website URL.
Author
Owner

@MalarKeY007 commented on GitHub (Nov 8, 2025):

S24 Ultra Samsung Internet.

I think this bug requires immediate attention. Given the widespread impact on a significant portion of Bitwarde user base and its effect on core usability, I believe this issue should be prioritized with the highest urgency. It is concerning to pay for a premium service and then have to wait an extended period for a simple bug to fix.

I'm not going to uninstall, to rollback and reconfigure everything again.

<!-- gh-comment-id:3507127421 --> @MalarKeY007 commented on GitHub (Nov 8, 2025): S24 Ultra Samsung Internet. I think this bug requires immediate attention. Given the widespread impact on a significant portion of Bitwarde user base and its effect on core usability, I believe this issue should be prioritized with the highest urgency. It is concerning to pay for a premium service and then have to wait an extended period for a simple bug to fix. I'm not going to uninstall, to rollback and reconfigure everything again.
Author
Owner

@androidacy-user commented on GitHub (Nov 9, 2025):

People coming in: please hit the "👍" on the OP instead of posting "me too" type comments. If you have additional insights to share, great, but otherwise you're just spamming the devs and everyone's notifications unnecessarily

<!-- gh-comment-id:3507304333 --> @androidacy-user commented on GitHub (Nov 9, 2025): **People coming in: please hit the "👍" on the OP instead of posting "me too" type comments. If you have additional insights to share, great, but otherwise you're just spamming the devs and everyone's notifications unnecessarily**
Author
Owner

@johnfromstatefarm commented on GitHub (Nov 12, 2025):

Shouldn't making a post bump this? Same issue for me on a Z Fold 6.

<!-- gh-comment-id:3519829819 --> @johnfromstatefarm commented on GitHub (Nov 12, 2025): Shouldn't making a post bump this? Same issue for me on a Z Fold 6.
Author
Owner

@LorenDB commented on GitHub (Nov 12, 2025):

Also happens on Opera.

<!-- gh-comment-id:3522318015 --> @LorenDB commented on GitHub (Nov 12, 2025): Also happens on Opera.
Author
Owner

@scebbers commented on GitHub (Nov 12, 2025):

Same issue on a POCO X6 Pro runing Android 15.

<!-- gh-comment-id:3523291504 --> @scebbers commented on GitHub (Nov 12, 2025): Same issue on a POCO X6 Pro runing Android 15.
Author
Owner

@SaintPatrck commented on GitHub (Nov 12, 2025):

Hi all,

The issues with mobile Edge, Opera and Samsung Internet are a result of tightening some security around autofill (#5977) that caused unexpected challenges with those specific browsers. The team has identified the issue and are looking at options to resolve. There is no date available for a fix at this time. Mobile Chrome, Brave, and Firefox are unaffected.

<!-- gh-comment-id:3523384508 --> @SaintPatrck commented on GitHub (Nov 12, 2025): Hi all, The issues with mobile Edge, Opera and Samsung Internet are a result of tightening some security around autofill (#5977) that caused unexpected challenges with those specific browsers. The team has identified the issue and are looking at options to resolve. There is no date available for a fix at this time. Mobile Chrome, Brave, and Firefox are unaffected.
Author
Owner

@androidacy-user commented on GitHub (Nov 12, 2025):

Hi all,

The issues with mobile Edge, Opera and Samsung Internet are a result of tightening some security around autofill (#5977) that caused unexpected challenges with those specific browsers. The team has identified the issue and are looking at options to resolve. There is no date available for a fix at this time. Mobile Chrome, Brave, and Firefox are unaffected.

I don't think it's unreasonable to suggest reverting that and doing it properly, especially as that's a non insignificant share of mobile browsers - heck Samsung Internet is the default on OneUI

<!-- gh-comment-id:3523467577 --> @androidacy-user commented on GitHub (Nov 12, 2025): > Hi all, > > The issues with mobile Edge, Opera and Samsung Internet are a result of tightening some security around autofill (#5977) that caused unexpected challenges with those specific browsers. The team has identified the issue and are looking at options to resolve. There is no date available for a fix at this time. Mobile Chrome, Brave, and Firefox are unaffected. I don't think it's unreasonable to suggest reverting that and doing it properly, especially as that's a non insignificant share of mobile browsers - heck Samsung Internet is the default on OneUI
Author
Owner

@ahbanavi commented on GitHub (Nov 12, 2025):

Same here.

Android 16
Samsung Galaxy S24
But in Microsoft Edge

All autofill suggestions are using the Microsoft Edge package name instead of the domain.

<!-- gh-comment-id:3523523520 --> @ahbanavi commented on GitHub (Nov 12, 2025): Same here. Android 16 Samsung Galaxy S24 But in Microsoft Edge All autofill suggestions are using the Microsoft Edge package name instead of the domain.
Author
Owner

@HoodFeelGood commented on GitHub (Nov 13, 2025):

Agree with reverting back immediately. Not to be hyperbolic, but the number one goal has to be keeping a business-grade paid app in a usable state 99.999%, and right now it isn't in a usable state for anyone with these affected browsers.

<!-- gh-comment-id:3524965531 --> @HoodFeelGood commented on GitHub (Nov 13, 2025): Agree with reverting back immediately. Not to be hyperbolic, but the number one goal has to be keeping a business-grade paid app in a usable state 99.999%, and right now it isn't in a usable state for anyone with these affected browsers.
Author
Owner

@snargledorf commented on GitHub (Nov 14, 2025):

Also affected:

Pixel 9 Pro
Android 16 BP3A.251105.015
Microsoft Edge Browser 142.0.3595.66
Bitwarden 2025.10.1

<!-- gh-comment-id:3532644713 --> @snargledorf commented on GitHub (Nov 14, 2025): Also affected: Pixel 9 Pro Android 16 BP3A.251105.015 Microsoft Edge Browser 142.0.3595.66 Bitwarden 2025.10.1
Author
Owner

@JayX83 commented on GitHub (Nov 15, 2025):

Any ETA on when we should expect this bug to be fixed? It’s been going on for more than 2 weeks now…

<!-- gh-comment-id:3536469268 --> @JayX83 commented on GitHub (Nov 15, 2025): Any ETA on when we should expect this bug to be fixed? It’s been going on for more than 2 weeks now…
Author
Owner

@alien75 commented on GitHub (Nov 15, 2025):

Same with Samsung Internet Browser on S25 Plus, I had to revert to 2025.10.0 with apk mirror installer.

<!-- gh-comment-id:3536737728 --> @alien75 commented on GitHub (Nov 15, 2025): Same with Samsung Internet Browser on S25 Plus, I had to revert to 2025.10.0 with apk mirror installer.
Author
Owner

@MartinDoms commented on GitHub (Nov 15, 2025):

The issues with mobile Edge, Opera and Samsung Internet are a result of tightening some security around autofill (https://github.com/bitwarden/android/pull/5977) that caused unexpected challenges with those specific browsers.

That PR affects 23 files, more than 260 lines of code changed, and the review was approved 6 minutes after being marked Ready for Review. This does not indicate a serious level of oversight. It has now caused a bug that is making the app unusable in browsers for a large proportion of your userbase.

Given the state of autofill in Android I would hope that changes that tighten it up even further would receive more oversight in the future.

<!-- gh-comment-id:3536871023 --> @MartinDoms commented on GitHub (Nov 15, 2025): > The issues with mobile Edge, Opera and Samsung Internet are a result of tightening some security around autofill (https://github.com/bitwarden/android/pull/5977) that caused unexpected challenges with those specific browsers. That PR affects 23 files, more than 260 lines of code changed, and the review was approved 6 minutes after being marked Ready for Review. This does not indicate a serious level of oversight. It has now caused a bug that is making the app unusable in browsers for a large proportion of your userbase. Given the state of autofill in Android I would hope that changes that tighten it up even further would receive more oversight in the future.
Author
Owner

@androidacy-user commented on GitHub (Nov 15, 2025):

Brave Beta is also affected by this issue.
Device OnePlus 13 with Android 15 and Android 16.

Switch to " autofill with third party " in settings. The change primarily negatively affects browsers that haven't implemented that

<!-- gh-comment-id:3536889083 --> @androidacy-user commented on GitHub (Nov 15, 2025): > Brave Beta is also affected by this issue. > Device OnePlus 13 with Android 15 and Android 16. Switch to " autofill with third party " in settings. The change primarily negatively affects browsers that haven't implemented that
Author
Owner

@jjsmackay commented on GitHub (Nov 16, 2025):

I have been advocating for our company to switch to bitwarden but now wear pie on my face as a result of this regression.

I note there is no mention of this on the troubleshooting help page linked from the app settings:

Having trouble with autofill?
Access help and troubleshooting documentation here

Not a good look team.

<!-- gh-comment-id:3537666795 --> @jjsmackay commented on GitHub (Nov 16, 2025): I have been advocating for our company to switch to bitwarden but now wear pie on my face as a result of this regression. I note there is no mention of this on the troubleshooting help page linked from the app settings: > Having trouble with autofill? > Access help and troubleshooting documentation [here](https://bitwarden.com/help/auto-fill-android-troubleshooting/) Not a good look team.
Author
Owner

@Toriigate commented on GitHub (Nov 16, 2025):

A critical bug that is making the app unusable for a significant chunk of users, and it's now been over two weeks without fix... 🤦‍♂️

<!-- gh-comment-id:3538736290 --> @Toriigate commented on GitHub (Nov 16, 2025): A critical bug that is making the app unusable for a significant chunk of users, and it's now been over two weeks without fix... 🤦‍♂️
Author
Owner

@johnfromstatefarm commented on GitHub (Nov 16, 2025):

I wonder why the dev team is struggling so much to just remove the line of code that broke this. It shouldn't take 2 weeks.

<!-- gh-comment-id:3538874700 --> @johnfromstatefarm commented on GitHub (Nov 16, 2025): I wonder why the dev team is struggling so much to just remove the line of code that broke this. It shouldn't take 2 weeks.
Author
Owner

@yunshouhu commented on GitHub (Nov 16, 2025):

您好,邮件我已经收到,我会尽快给您回复。祝你学习进步, 工作顺利!

<!-- gh-comment-id:3538875542 --> @yunshouhu commented on GitHub (Nov 16, 2025): 您好,邮件我已经收到,我会尽快给您回复。祝你学习进步, 工作顺利!
Author
Owner

@gaiking-uk commented on GitHub (Nov 16, 2025):

I am also affected but am not sure how to downgrade to 2025.10.0

I uninstalled the 2025.10.1 version from the Google Play Store and thought I could manually download and install the .APK files from the 2025.10.0 release, but neither the plain/fdroid versions work...

Image

Am I missing something?


EDIT: OK, turns out it was an issue with my device as I use a Knox work profile, which also has BitWarden running on it... I did tap "uninstall for all users" but this didn't seem to work as was still installed on work profile, which was then causing an issue when I tried to install the APK.

<!-- gh-comment-id:3539355437 --> @gaiking-uk commented on GitHub (Nov 16, 2025): I am also affected but am not sure how to downgrade to 2025.10.0 I uninstalled the 2025.10.1 version from the Google Play Store and thought I could manually download and install the .APK files from the 2025.10.0 release, but neither the plain/fdroid versions work... ![Image](https://github.com/user-attachments/assets/ef839891-c69d-482d-b8a7-7bb548606a73) Am I missing something? *** **EDIT**: OK, turns out it was an issue with my device as I use a Knox work profile, which also has BitWarden running on it... I did tap "uninstall for all users" but this didn't seem to work as was still installed on work profile, which was then causing an issue when I tried to install the APK.
Author
Owner

@alien75 commented on GitHub (Nov 16, 2025):

Am I missing something?

I downloaded v2025.10.0 package from apk mirror and installed with their app

<!-- gh-comment-id:3539360580 --> @alien75 commented on GitHub (Nov 16, 2025): > Am I missing something? I downloaded v2025.10.0 package from apk mirror and installed with their app
Author
Owner

@gaiking-uk commented on GitHub (Nov 16, 2025):

I downloaded v2025.10.0 package from apk mirror and installed with their app

Thanks @alien75, I was able to get the install working in the end (turned out to be an issue with my device)... Also wanted to follow-up on APK Mirror though as while I don't have any issues with them generally (I have used them myself previously), but just thought you might want to reconsider installing the official APK file from BitWarden's github - given how critical it is for managing all your other accounts/passwords(?) 🤔

<!-- gh-comment-id:3539385888 --> @gaiking-uk commented on GitHub (Nov 16, 2025): > I downloaded v2025.10.0 package from apk mirror and installed with their app Thanks @alien75, I was able to get the install working in the end (turned out to be an issue with my device)... Also wanted to follow-up on APK Mirror though as while I don't have any issues with them generally (I have used them myself previously), but just thought you might want to reconsider installing the [official APK file from BitWarden's github](https://github.com/bitwarden/android/releases/download/v2025.10.0-bwpm/com.x8bit.bitwarden.apk) - given how critical it is for managing all your other accounts/passwords(?) 🤔
Author
Owner

@alien75 commented on GitHub (Nov 16, 2025):

I downloaded v2025.10.0 package from apk mirror and installed with their app

Thanks @alien75, I was able to get the install working in the end (turned out to be an issue with my device)... Also wanted to follow-up on APK Mirror though as while I don't have any issues with them generally (I have used them myself previously), but just thought you might want to reconsider installing the official APK file from BitWarden's github - given how critical it is for managing all your other accounts/passwords(?) 🤔

Thanks for the advice, I just downloaded official apk and installed over the one from apkmirror. Before the apk mirror version I was not able to install the official, don't know why.

<!-- gh-comment-id:3539391249 --> @alien75 commented on GitHub (Nov 16, 2025): > > I downloaded v2025.10.0 package from apk mirror and installed with their app > > Thanks [@alien75](https://github.com/alien75), I was able to get the install working in the end (turned out to be an issue with my device)... Also wanted to follow-up on APK Mirror though as while I don't have any issues with them generally (I have used them myself previously), but just thought you might want to reconsider installing the [official APK file from BitWarden's github](https://github.com/bitwarden/android/releases/download/v2025.10.0-bwpm/com.x8bit.bitwarden.apk) - given how critical it is for managing all your other accounts/passwords(?) 🤔 Thanks for the advice, I just downloaded official apk and installed over the one from apkmirror. Before the apk mirror version I was not able to install the official, don't know why.
Author
Owner

@diamant-x commented on GitHub (Nov 17, 2025):

Facing same issue here With Android Bitwarden 2025.10.1 (20867) and Microsoft Edge 142.0.3595.66 and Android 15.
I realized Edge in mobile now offers the option to install extensions, Bitwarden among them.

  • Would in any way that be the recommended way for auto-fill now within Edge?

https://edgestatic.azureedge.net/shared/cms/lrs1c69a1j/section-images/5d92c92fdf1045d5830e023cd72ddb80-png-w1823.avif

<!-- gh-comment-id:3540941645 --> @diamant-x commented on GitHub (Nov 17, 2025): Facing same issue here With Android Bitwarden 2025.10.1 (20867) and Microsoft Edge 142.0.3595.66 and Android 15. I realized Edge in mobile now offers the option to install extensions, Bitwarden among them. - Would in any way that be the recommended way for auto-fill now within Edge? https://edgestatic.azureedge.net/shared/cms/lrs1c69a1j/section-images/5d92c92fdf1045d5830e023cd72ddb80-png-w1823.avif
Author
Owner

@ccMatrix commented on GitHub (Nov 17, 2025):

I have Bitwarden as a quick setting button and while the normal autofill currently doesn't work for brwosers, opening Bitwarden from the quick setting button does show the correct vault entries for the website.

<!-- gh-comment-id:3540956642 --> @ccMatrix commented on GitHub (Nov 17, 2025): I have Bitwarden as a quick setting button and while the normal autofill currently doesn't work for brwosers, opening Bitwarden from the quick setting button does show the correct vault entries for the website.
Author
Owner

@seekified commented on GitHub (Nov 17, 2025):

The "me too" comments are not helping and are just generating spam for the people subscribed to this issue. Bitwarden are aware that this is fucked. They need to fix it ASAP. That's all.

<!-- gh-comment-id:3541206044 --> @seekified commented on GitHub (Nov 17, 2025): The "me too" comments are not helping and are just generating spam for the people subscribed to this issue. Bitwarden are aware that this is fucked. They need to fix it ASAP. That's all.
Author
Owner

@david-livefront commented on GitHub (Nov 17, 2025):

This issue was caused by a change to Autofill with the purpose of improving security. Unfortunately, these affected browsers are not compatible with these improved security measures. The next release of the Android app will include a new toggle in the Autofill settings that change functionality in such a way that allows these browsers to Autofill properly again without negatively affecting the other browsers.

There is also a separate issue with the latest version of Samsung Internet Browser (v29.x.x.x) that has broken compatibility with Autofill on older versions of the Android OS. This issue is something that needs to be handled by the browser developers.

<!-- gh-comment-id:3542787443 --> @david-livefront commented on GitHub (Nov 17, 2025): This issue was caused by a change to Autofill with the purpose of improving security. Unfortunately, these affected browsers are not compatible with these improved security measures. The next release of the Android app will include a new toggle in the Autofill settings that change functionality in such a way that allows these browsers to Autofill properly again without negatively affecting the other browsers. There is also a separate issue with the latest version of Samsung Internet Browser (v29.x.x.x) that has broken compatibility with Autofill on older versions of the Android OS. This issue is something that needs to be handled by the browser developers.
Author
Owner

@rallyemax commented on GitHub (Nov 18, 2025):

This issue was caused by a change to Autofill with the purpose of improving security. Unfortunately, these affected browsers are not compatible with these improved security measures. The next release of the Android app will include a new toggle in the Autofill settings that change functionality in such a way that allows these browsers to Autofill properly again without negatively affecting the other browsers.

There is also a separate issue with the latest version of Samsung Internet Browser (v29.x.x.x) that has broken compatibility with Autofill on older versions of the Android OS. This issue is something that needs to be handled by the browser developers.

Can you provide any additional details about the Android-side changes to autofill that PR #5977 was meant to implement? The commit message doesn't provide much information. Were those Android changes implemented with a go-live date separate from the usual API-level compatibility mechanism?

It sort of felt like the code changes introduced by PR #5977 merely broke the Bitwarden-side heuristics that are used to resolve the AssistStructure data for certain browsers, but I'm happy for that conjecture to be wrong and to learn something.

<!-- gh-comment-id:3548748740 --> @rallyemax commented on GitHub (Nov 18, 2025): > This issue was caused by a change to Autofill with the purpose of improving security. Unfortunately, these affected browsers are not compatible with these improved security measures. The next release of the Android app will include a new toggle in the Autofill settings that change functionality in such a way that allows these browsers to Autofill properly again without negatively affecting the other browsers. > > There is also a separate issue with the latest version of Samsung Internet Browser (v29.x.x.x) that has broken compatibility with Autofill on older versions of the Android OS. This issue is something that needs to be handled by the browser developers. Can you provide any additional details about the Android-side changes to autofill that PR #5977 was meant to implement? The commit message doesn't provide much information. Were those Android changes implemented with a go-live date separate from the usual API-level compatibility mechanism? It sort of felt like the code changes introduced by PR #5977 merely broke the Bitwarden-side heuristics that are used to resolve the AssistStructure data for certain browsers, but I'm happy for that conjecture to be wrong and to learn something.
Author
Owner

@androidacy-user commented on GitHub (Nov 18, 2025):

This issue was caused by a change to Autofill with the purpose of improving security. Unfortunately, these affected browsers are not compatible with these improved security measures. The next release of the Android app will include a new toggle in the Autofill settings that change functionality in such a way that allows these browsers to Autofill properly again without negatively affecting the other browsers.

There is also a separate issue with the latest version of Samsung Internet Browser (v29.x.x.x) that has broken compatibility with Autofill on older versions of the Android OS. This issue is something that needs to be handled by the browser developers.

Shouldn't you fallback automatically for unsupported browsers? Such an option is bound to scare off users from enabling it

<!-- gh-comment-id:3548834705 --> @androidacy-user commented on GitHub (Nov 18, 2025): > This issue was caused by a change to Autofill with the purpose of improving security. Unfortunately, these affected browsers are not compatible with these improved security measures. The next release of the Android app will include a new toggle in the Autofill settings that change functionality in such a way that allows these browsers to Autofill properly again without negatively affecting the other browsers. > > There is also a separate issue with the latest version of Samsung Internet Browser (v29.x.x.x) that has broken compatibility with Autofill on older versions of the Android OS. This issue is something that needs to be handled by the browser developers. Shouldn't you fallback automatically for unsupported browsers? Such an option is bound to scare off users from enabling it
Author
Owner

@gaiking-uk commented on GitHub (Nov 18, 2025):

Any ETA for the release date of the Android version (2025.11.0)?

2025.10.1 was released over a month ago at this point. The decision to not revert, and to leave the app broken for 10-20% of users this entire time is one thing, but given that is where we are, please can I ask that an interim update which includes the 'toggle option' is fast-tracked. This needs sorting now.

<!-- gh-comment-id:3549115564 --> @gaiking-uk commented on GitHub (Nov 18, 2025): Any ETA for the release date of the Android version (2025.11.0)? 2025.10.1 was released over a month ago at this point. The decision to not revert, and to leave the app broken for 10-20% of users this entire time is one thing, but given that is where we are, please can I ask that an interim update which includes the 'toggle option' is fast-tracked. This needs sorting now.
Author
Owner

@marcusbabajews commented on GitHub (Nov 18, 2025):

Galaxy S23 here. Been suffering with this for a while now. Extremely frustrating. Hoping there are eyes on this

<!-- gh-comment-id:3549485008 --> @marcusbabajews commented on GitHub (Nov 18, 2025): Galaxy S23 here. Been suffering with this for a while now. Extremely frustrating. Hoping there are eyes on this
Author
Owner

@Shadoxity commented on GitHub (Nov 19, 2025):

Surely this shouldn't be this hard to fix up

<!-- gh-comment-id:3550349340 --> @Shadoxity commented on GitHub (Nov 19, 2025): Surely this shouldn't be this hard to fix up
Author
Owner

@fayelund commented on GitHub (Nov 19, 2025):

I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill"

<!-- gh-comment-id:3550993376 --> @fayelund commented on GitHub (Nov 19, 2025): I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill"
Author
Owner

@free4ever commented on GitHub (Nov 19, 2025):

I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill"

What version are you on? Did you join the beta?

<!-- gh-comment-id:3551691867 --> @free4ever commented on GitHub (Nov 19, 2025): > I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill" What version are you on? Did you join the beta?
Author
Owner

@fayelund commented on GitHub (Nov 19, 2025):

I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill"

What version are you on? Did you join the beta?

Not a beta tester. Version 2025.11.0

<!-- gh-comment-id:3552511793 --> @fayelund commented on GitHub (Nov 19, 2025): > > I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill" > > What version are you on? Did you join the beta? Not a beta tester. Version 2025.11.0
Author
Owner

@sebtech33 commented on GitHub (Nov 19, 2025):

I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill"

What version are you on? Did you join the beta?

Not a beta tester. Version 2025.11.0

How did you get version 2025.11.0 when it's not released yet? Neither github or play store has that version. Even beta channel does not have that.

<!-- gh-comment-id:3552815913 --> @sebtech33 commented on GitHub (Nov 19, 2025): > > > I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill" > > > > > > What version are you on? Did you join the beta? > > Not a beta tester. Version 2025.11.0 How did you get version 2025.11.0 when it's not released yet? Neither github or play store has that version. Even beta channel does not have that.
Author
Owner

@Shadoxity commented on GitHub (Nov 19, 2025):

I have 2025.11.0 I just went to play store and clicked update

<!-- gh-comment-id:3552824880 --> @Shadoxity commented on GitHub (Nov 19, 2025): I have 2025.11.0 I just went to play store and clicked update
Author
Owner

@fayelund commented on GitHub (Nov 19, 2025):

I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill"

What version are you on? Did you join the beta?

Not a beta tester. Version 2025.11.0

How did you get version 2025.11.0 when it's not released yet? Neither github or play store has that version. Even beta channel does not have that.

It appeared in the play store as an update. Didn't do anything else than update

<!-- gh-comment-id:3552834436 --> @fayelund commented on GitHub (Nov 19, 2025): > > > > I got the fixed version yesterday, just had to flip a switch in the autofill settings "Use compatibility mode for browser autofill" > > > > > > > > > What version are you on? Did you join the beta? > > > > Not a beta tester. Version 2025.11.0 > > How did you get version 2025.11.0 when it's not released yet? Neither github or play store has that version. Even beta channel does not have that. It appeared in the play store as an update. Didn't do anything else than update
Author
Owner

@sebtech33 commented on GitHub (Nov 19, 2025):

Ok, I have not received that version yet. Play store says 2025.10.1 is the latest since 17. October. Look like I just need to wait. Weird to release on play store before github as it's usually the other way around, but ok 🤷‍♂️

<!-- gh-comment-id:3552898991 --> @sebtech33 commented on GitHub (Nov 19, 2025): Ok, I have not received that version yet. Play store says 2025.10.1 is the latest since 17. October. Look like I just need to wait. Weird to release on play store before github as it's usually the other way around, but ok 🤷‍♂️
Author
Owner

@david-livefront commented on GitHub (Nov 19, 2025):

The new app should be rolling out on the Play Store as we speak. The release should also be available publicly on GitHub now.

<!-- gh-comment-id:3553858869 --> @david-livefront commented on GitHub (Nov 19, 2025): The new app should be rolling out on the Play Store as we speak. The release should also be available publicly on [GitHub](https://github.com/bitwarden/android/releases/tag/v2025.11.0-bwpm) now.
Author
Owner

@raywdude commented on GitHub (Nov 19, 2025):

The new app should be rolling out on the Play Store as we speak. The release should also be available publicly on GitHub now.

Installed it, unfortunately don't see "use compatibility mode" toggle and without it it's still having the same issue as reported originally

<!-- gh-comment-id:3553900716 --> @raywdude commented on GitHub (Nov 19, 2025): > The new app should be rolling out on the Play Store as we speak. The release should also be available publicly on [GitHub](https://github.com/bitwarden/android/releases/tag/v2025.11.0-bwpm) now. Installed it, unfortunately don't see "use compatibility mode" toggle and without it it's still having the same issue as reported originally
Author
Owner

@SaintPatrck commented on GitHub (Nov 19, 2025):

Hi all,

There was a small hiccup in our release process that resulted in the wrong build being tagged here in GitHub. The correct 2025.11.0 Release is now tagged, and aligns with the Play Store version that started rollout yesterday.

I double checked, and can confirm the option is indeed present on this build.

<!-- gh-comment-id:3554108611 --> @SaintPatrck commented on GitHub (Nov 19, 2025): Hi all, There was a small hiccup in our release process that resulted in the wrong build being tagged here in GitHub. The correct [2025.11.0 Release](https://github.com/bitwarden/android/releases/tag/v2025.11.0-bwpm) is now tagged, and aligns with the Play Store version that started rollout yesterday. I double checked, and can confirm the option is indeed present on this build. <img width="365" src="https://github.com/user-attachments/assets/6aad435c-99d2-4064-b551-529c1d86ab09" />
Author
Owner

@raywdude commented on GitHub (Nov 19, 2025):

Hi all,

There was a small hiccup in our release process that resulted in the wrong build being tagged here in GitHub. The correct 2025.11.0 Release is now tagged, and aligns with the Play Store version that started rollout yesterday.

I double checked, and can confirm the option is indeed present on this build.

This one worked, thanks!

<!-- gh-comment-id:3554150211 --> @raywdude commented on GitHub (Nov 19, 2025): > Hi all, > > There was a small hiccup in our release process that resulted in the wrong build being tagged here in GitHub. The correct [2025.11.0 Release](https://github.com/bitwarden/android/releases/tag/v2025.11.0-bwpm) is now tagged, and aligns with the Play Store version that started rollout yesterday. > > I double checked, and can confirm the option is indeed present on this build. > > <img alt="" width="365" src="https://private-user-images.githubusercontent.com/1883101/516441662-6aad435c-99d2-4064-b551-529c1d86ab09.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjM1NzgxMzYsIm5iZiI6MTc2MzU3NzgzNiwicGF0aCI6Ii8xODgzMTAxLzUxNjQ0MTY2Mi02YWFkNDM1Yy05OWQyLTQwNjQtYjU1MS01MjljMWQ4NmFiMDkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MTExOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTExMTlUMTg0MzU2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTg5ZWVjMTEzZWEwMDkyYzg2ZjRmNjBkOGRmOWEyMmFiMGZjNjM5M2E4YTExYWY4MmFjYTBjYWEwNzhhNGE4MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.0_nCQpAY_rFQpN208-f8qIgCNc9BFQX4Dcusv6vlYZM"> This one worked, thanks!
Author
Owner

@SgtBatten commented on GitHub (Nov 19, 2025):

No updates yet.

<!-- gh-comment-id:3554887747 --> @SgtBatten commented on GitHub (Nov 19, 2025): No updates yet.
Author
Owner

@rallyemax commented on GitHub (Nov 19, 2025):

Thanks for pushing out a fix for this.

Is there a plan to push the new release to Bitwarden's FDroid repo? It looks like this normally happens in some sort of CI/CD workflow and is performed by a bot account. In this case the release process encountered some issues, so I wonder if the FDroid repo release process needs to be manually triggered.

<!-- gh-comment-id:3554990088 --> @rallyemax commented on GitHub (Nov 19, 2025): Thanks for pushing out a fix for this. Is there a plan to push the new release to Bitwarden's FDroid repo? It looks like this normally happens in some sort of CI/CD workflow and is performed by a bot account. In this case the release process encountered some issues, so I wonder if the FDroid repo release process needs to be manually triggered.
Author
Owner

@JLa2r commented on GitHub (Nov 20, 2025):

Yay! Works now with compatibility mode enabled. Thank you everyone involved.

<!-- gh-comment-id:3555305714 --> @JLa2r commented on GitHub (Nov 20, 2025): Yay! Works now with compatibility mode enabled. Thank you everyone involved.
Author
Owner

@SaintPatrck commented on GitHub (Nov 20, 2025):

Hi @rallyemax

The F-Droid repo is updated now. That process runs every evening and picks up non-draft releases. It's unrelated to the process that tags and creates our GitHub Releases, so it's unaffected by that issue. Since we fixed the GitHub release before the F-Droid process ran last night, the F-Droid release is the correct build. If you observe otherwise, or encounter any issues with it, let us know.

<!-- gh-comment-id:3558074580 --> @SaintPatrck commented on GitHub (Nov 20, 2025): Hi @rallyemax The F-Droid repo is updated now. That process runs every evening and picks up non-draft releases. It's unrelated to the process that tags and creates our GitHub Releases, so it's unaffected by that issue. Since we fixed the GitHub release before the F-Droid process ran last night, the F-Droid release is the correct build. If you observe otherwise, or encounter any issues with it, let us know.
Author
Owner

@rallyemax commented on GitHub (Nov 20, 2025):

Hi @rallyemax

The F-Droid repo is updated now. That process runs every evening and picks up non-draft releases. It's unrelated to the process that tags and creates our GitHub Releases, so it's unaffected by that issue. Since we fixed the GitHub release before the F-Droid process ran last night, the F-Droid release is the correct build. If you observe otherwise, or encounter any issues with it, let us know.

Hi @SaintPatrck,

It looks like the new version appears at the Bitwarden F-Droid repo Github page, but it didn't make it into the actual repo. This can be seen by browsing to https://mobileapp.bitwarden.com (which shows the most recent available version) or by examining the index-v1.json file inside the JAR archive at https://mobileapp.bitwarden.com/fdroid/repo/index-v1.jar -- the most recent version in that repo is 2025.10.1.

I'll be able to close this issue once the fixed version hits F-Droid and I can verify that the reported issue is resolved.

<!-- gh-comment-id:3559550732 --> @rallyemax commented on GitHub (Nov 20, 2025): > Hi [@rallyemax](https://github.com/rallyemax) > > The F-Droid repo is updated now. That process runs every evening and picks up non-draft releases. It's unrelated to the process that tags and creates our GitHub Releases, so it's unaffected by that issue. Since we fixed the GitHub release before the F-Droid process ran last night, the F-Droid release is the correct build. If you observe otherwise, or encounter any issues with it, let us know. Hi @SaintPatrck, It looks like the new version appears at the [Bitwarden F-Droid repo Github page](https://github.com/bitwarden/f-droid), but it didn't make it into the actual repo. This can be seen by browsing to https://mobileapp.bitwarden.com (which shows the most recent available version) or by examining the index-v1.json file inside the JAR archive at https://mobileapp.bitwarden.com/fdroid/repo/index-v1.jar -- the most recent version in that repo is 2025.10.1. I'll be able to close this issue once the fixed version hits F-Droid and I can verify that the reported issue is resolved.
Author
Owner

@SaintPatrck commented on GitHub (Nov 20, 2025):

@rallyemax Try now.

Thanks @vvolkgang! You're my hero. 🦸‍♂️

<!-- gh-comment-id:3559808404 --> @SaintPatrck commented on GitHub (Nov 20, 2025): @rallyemax Try now. Thanks @vvolkgang! You're my hero. 🦸‍♂️
Author
Owner

@rallyemax commented on GitHub (Nov 20, 2025):

@rallyemax Try now.

Thanks @vvolkgang! You're my hero. 🦸‍♂️

Got version 2025.11.0 in the F-Droid repo, installed it, and verified that when "Use compatibility mode for autofill" is disabled, the reported issue persists; but when that toggle is enabled, the reported issue is resolved.

Thank you Bitwarden devs for fixing the issue and @SaintPatrck for getting the new version pushed to the package repo.

<!-- gh-comment-id:3559844659 --> @rallyemax commented on GitHub (Nov 20, 2025): > [@rallyemax](https://github.com/rallyemax) Try now. > > Thanks [@vvolkgang](https://github.com/vvolkgang)! You're my hero. 🦸‍♂️ Got version 2025.11.0 in the F-Droid repo, installed it, and verified that when "Use compatibility mode for autofill" is *disabled*, the reported issue persists; but when that toggle is *enabled*, the reported issue is resolved. Thank you Bitwarden devs for fixing the issue and @SaintPatrck for getting the new version pushed to the package repo.
Author
Owner

@androidacy-user commented on GitHub (Nov 20, 2025):

Is the play store rollout limited or what? even in beta, PS is showing 2025.10.1 as the latest

<!-- gh-comment-id:3559855216 --> @androidacy-user commented on GitHub (Nov 20, 2025): Is the play store rollout limited or what? even in beta, PS is showing 2025.10.1 as the latest
Author
Owner

@gaiking-uk commented on GitHub (Nov 20, 2025):

It may depend on your region(?) The UK Play Store has 2025.11.0 available.

Also, just to confirm the setting that needs to be activated (as there are now 2x accessibility-related settings next to each other) is this one shown below.

Image

Note: You do not need to enable BitWarden in the accessibility apps section for this option.

<!-- gh-comment-id:3560651732 --> @gaiking-uk commented on GitHub (Nov 20, 2025): It may depend on your region(?) The UK Play Store has 2025.11.0 available. Also, just to confirm the setting that needs to be activated (as there are now 2x accessibility-related settings next to each other) is this one shown below. ![Image](https://github.com/user-attachments/assets/e2605d51-2106-41c9-a162-6028bf577067) Note: You do not need to enable BitWarden in the accessibility apps section for this option.
Author
Owner

@SgtBatten commented on GitHub (Nov 21, 2025):

Yep still nothing in Australia either.

<!-- gh-comment-id:3560850494 --> @SgtBatten commented on GitHub (Nov 21, 2025): Yep still nothing in Australia either.
Author
Owner

@DaniRFernandes commented on GitHub (Nov 21, 2025):

Same thing in France for the Play Store version, it still shows 2025.10.1.

<!-- gh-comment-id:3563113937 --> @DaniRFernandes commented on GitHub (Nov 21, 2025): Same thing in France for the Play Store version, it still shows 2025.10.1.
Author
Owner

@shadow-helix commented on GitHub (Nov 21, 2025):

Still nothing in the UK Play Store for me. Has it only been released to the beta channel?

<!-- gh-comment-id:3563123490 --> @shadow-helix commented on GitHub (Nov 21, 2025): Still nothing in the UK Play Store for me. Has it only been released to the beta channel?
Author
Owner

@rainerzufall commented on GitHub (Nov 21, 2025):

I am on the beta channel and still haven't received the update :/

Edit: It landed in the beta channel 🥳

<!-- gh-comment-id:3563262087 --> @rainerzufall commented on GitHub (Nov 21, 2025): I am on the beta channel and still haven't received the update :/ Edit: It landed in the beta channel 🥳
Author
Owner

@androidacy-user commented on GitHub (Nov 22, 2025):

The new version has new issues with autofill in edge lmao. It keeps trying to fill the email in the password field, and insists there are no password fields for quick tile. Edge beta, was not an issue before 2025.10.1

<!-- gh-comment-id:3565900128 --> @androidacy-user commented on GitHub (Nov 22, 2025): The new version has new issues with autofill in edge lmao. It keeps trying to fill the email in the password field, and insists there are no password fields for quick tile. Edge beta, was not an issue before 2025.10.1
Author
Owner

@aryasenna commented on GitHub (Nov 22, 2025):

This issue was caused by a change to Autofill with the purpose of improving security. Unfortunately, these affected browsers are not compatible with these improved security measures. The next release of the Android app will include a new toggle in the Autofill settings that change functionality in such a way that allows these browsers to Autofill properly again without negatively affecting the other browsers.

I would argue the main issue is not technical compatibility, the issue is the lack of QA/Testing and/or total disregard of backward compatibility, breaking change, and lack of communication for non trivial number of user. Edge, Samsung Browser, and Opera users are likely not in the 0.1%.

Other users has pointed it several times, like this one:

The issues with mobile Edge, Opera and Samsung Internet are a result of tightening some security around autofill (#5977) that caused unexpected challenges with those specific browsers.

That PR affects 23 files, more than 260 lines of code changed, and the review was approved 6 minutes after being marked Ready for Review. This does not indicate a serious level of oversight. It has now caused a bug that is making the app unusable in browsers for a large proportion of your userbase.

Given the state of autofill in Android I would hope that changes that tighten it up even further would receive more oversight in the future.

6 minutes review, LGTM and there it goes to main?

The handling is even worse. Weeks before bug being tracked, another several weeks before it got fixed. Zero acknowledgement of the lack of oversight.

You already told us a bazillion times in PR language about "security improvement" and "challenge in compatibility". We know what they are and know they are normal part of software development, but users repeatedly asking explanation about your "challenge" in QA process got literally ignored and side-stepped.

Sincerely, a paying private customer and an enterprise user.

<!-- gh-comment-id:3565969449 --> @aryasenna commented on GitHub (Nov 22, 2025): > This issue was caused by a change to Autofill with the purpose of improving security. Unfortunately, these affected browsers are not compatible with these improved security measures. The next release of the Android app will include a new toggle in the Autofill settings that change functionality in such a way that allows these browsers to Autofill properly again without negatively affecting the other browsers. I would argue the main issue is not technical compatibility, the issue is the lack of QA/Testing and/or total disregard of backward compatibility, breaking change, and lack of communication for non trivial number of user. Edge, Samsung Browser, and Opera users are likely not in the 0.1%. Other users has pointed it several times, like this one: > > The issues with mobile Edge, Opera and Samsung Internet are a result of tightening some security around autofill ([#5977](https://github.com/bitwarden/android/pull/5977)) that caused unexpected challenges with those specific browsers. > > That PR affects 23 files, more than 260 lines of code changed, and the review was approved 6 minutes after being marked Ready for Review. This does not indicate a serious level of oversight. It has now caused a bug that is making the app unusable in browsers for a large proportion of your userbase. > > Given the state of autofill in Android I would hope that changes that tighten it up even further would receive more oversight in the future. 6 minutes review, LGTM and there it goes to main? The handling is even worse. Weeks before bug being tracked, another several weeks before it got fixed. Zero acknowledgement of the lack of oversight. You already told us a bazillion times in PR language about "security improvement" and "challenge in compatibility". We know what they are and know they are normal part of software development, but users repeatedly asking explanation about your "challenge" in QA process got literally ignored and side-stepped. Sincerely, a paying private customer and an enterprise user.
Author
Owner

@zzahkaboom24 commented on GitHub (Nov 22, 2025):

2025.11.0 with compatibility mode enabled works on Edge perfectly fine for me, thanks.

<!-- gh-comment-id:3566985321 --> @zzahkaboom24 commented on GitHub (Nov 22, 2025): 2025.11.0 with compatibility mode enabled works on Edge perfectly fine for me, thanks.
Author
Owner

@Kazenn commented on GitHub (Nov 25, 2025):

Brave nightly, 2025.11.0 from France google playstore still not working with the new autofill option switched on.
Last update available seems to be 12 november 2025 on the App page log.

<!-- gh-comment-id:3576964021 --> @Kazenn commented on GitHub (Nov 25, 2025): Brave nightly, 2025.11.0 from France google playstore still not working with the new autofill option switched on. Last update available seems to be 12 november 2025 on the App page log.
Author
Owner

@androidacy-user commented on GitHub (Nov 29, 2025):

Ik glad that the Bitwarden team has released a solution, but we really shouldn't be forced to use compatibility mode on Chromium browsers for such a simple issue.

It's also unreliable now. Even GitHub.com it wants to fill the email in the password field in Edge

<!-- gh-comment-id:3592025561 --> @androidacy-user commented on GitHub (Nov 29, 2025): > Ik glad that the Bitwarden team has released a solution, but we really shouldn't be forced to use compatibility mode on Chromium browsers for such a simple issue. It's also unreliable now. Even GitHub.com it wants to fill the email in the password field in Edge
Author
Owner

@Cleroth commented on GitHub (Dec 3, 2025):

So since there's no response to this and they don't really seem to care, what is a good alternative?

<!-- gh-comment-id:3604647460 --> @Cleroth commented on GitHub (Dec 3, 2025): So since there's no response to this and they don't really seem to care, what _is_ a good alternative?
Author
Owner

@zzahkaboom24 commented on GitHub (Dec 3, 2025):

So since there's no response to this and they don't really seem to care, what is a good alternative?

They did respond, with a compatibility toggle in the latest version of the app.
That toggle should fix it for browsers lacking the new changes.

<!-- gh-comment-id:3605460033 --> @zzahkaboom24 commented on GitHub (Dec 3, 2025): > So since there's no response to this and they don't really seem to care, what _is_ a good alternative? They did respond, with a compatibility toggle in the latest version of the app. That toggle should fix it for browsers lacking the new changes.
Author
Owner

@Cleroth commented on GitHub (Dec 3, 2025):

So since there's no response to this and they don't really seem to care, what is a good alternative?

They did respond, with a compatibility toggle in the latest version of the app. That toggle should fix it for browsers lacking the new changes.

That toggle leaves you vulnerable to having your credentials stolen. Not exactly a "fix", just a poor workaround. If I wanted to be careless I wouldn't be using a password manager.

<!-- gh-comment-id:3605473795 --> @Cleroth commented on GitHub (Dec 3, 2025): > > So since there's no response to this and they don't really seem to care, what _is_ a good alternative? > > They did respond, with a compatibility toggle in the latest version of the app. That toggle should fix it for browsers lacking the new changes. That toggle leaves you vulnerable to having your credentials stolen. Not exactly a "fix", just a poor workaround. If I wanted to be careless I wouldn't be using a password manager.
Author
Owner

@zzahkaboom24 commented on GitHub (Dec 3, 2025):

So since there's no response to this and they don't really seem to care, what is a good alternative?

They did respond, with a compatibility toggle in the latest version of the app. That toggle should fix it for browsers lacking the new changes.

That toggle leaves you vulnerable to having your credentials stolen. Not exactly a "fix", just a poor workaround. If I wanted to be careless I wouldn't be using a password manager.

Then switch your browser.

The latest version of Chrome as far as I know does support autofill on pages correctly without compatibility mode.

<!-- gh-comment-id:3605482481 --> @zzahkaboom24 commented on GitHub (Dec 3, 2025): > > > So since there's no response to this and they don't really seem to care, what _is_ a good alternative? > > > > They did respond, with a compatibility toggle in the latest version of the app. That toggle should fix it for browsers lacking the new changes. > > That toggle leaves you vulnerable to having your credentials stolen. Not exactly a "fix", just a poor workaround. If I wanted to be careless I wouldn't be using a password manager. Then switch your browser. The latest version of Chrome as far as I know does support autofill on pages correctly without compatibility mode.
Author
Owner

@Jebble commented on GitHub (Dec 3, 2025):

So since there's no response to this and they don't really seem to care, what is a good alternative?

They did respond, with a compatibility toggle in the latest version of the app. That toggle should fix it for browsers lacking the new changes.

That toggle leaves you vulnerable to having your credentials stolen. Not exactly a "fix", just a poor workaround. If I wanted to be careless I wouldn't be using a password manager.

You're looking at it the wrong way around. Chrome and Brave implemented new more secure autofill solutions which Bitwarden supported. This broke the suggestions in other browsers that did not implement support for this yet. Bitwarden then added the compatibility mode to support these browser properly again.

Your credentials aren't any less secure then they were on Chrome or any other browser before. Your credentials are however more secure now on Chrome and Brave.

<!-- gh-comment-id:3605490954 --> @Jebble commented on GitHub (Dec 3, 2025): > > > So since there's no response to this and they don't really seem to care, what _is_ a good alternative? > > > > > > They did respond, with a compatibility toggle in the latest version of the app. That toggle should fix it for browsers lacking the new changes. > > That toggle leaves you vulnerable to having your credentials stolen. Not exactly a "fix", just a poor workaround. If I wanted to be careless I wouldn't be using a password manager. You're looking at it the wrong way around. Chrome and Brave implemented new more secure autofill solutions which Bitwarden supported. This broke the suggestions in other browsers that did not implement support for this yet. Bitwarden then added the compatibility mode to support these browser properly again. Your credentials aren't any less secure then they were on Chrome or any other browser before. Your credentials are however more secure now on Chrome and Brave.
Author
Owner

@Cleroth commented on GitHub (Dec 3, 2025):

I seem to remember this compatibility thing being around before this happened, but maybe I'm misremembering. If it is as you say, then I guess the only thing we can do is wait for Edge to update with the safer auto-fill...

<!-- gh-comment-id:3605517547 --> @Cleroth commented on GitHub (Dec 3, 2025): I seem to remember this compatibility thing being around before this happened, but maybe I'm misremembering. If it is as you say, then I guess the only thing we can do is wait for Edge to update with the safer auto-fill...
Author
Owner

@Jebble commented on GitHub (Dec 3, 2025):

I seem to remember this compatibility thing being around before this happened, but maybe I'm misremembering. If it is as you say, then I guess the only thing we can do is wait for Edge to update with the safer auto-fill...

I think whenever something like this happens they add a compatibility mode toggle to release a solution and (as they're doing now as well) then refactor that logic to be more included in the generic logic. This toggle will be removed in the next version and the functionality will automatically be on in browsers where it's required.

<!-- gh-comment-id:3605522378 --> @Jebble commented on GitHub (Dec 3, 2025): > I seem to remember this compatibility thing being around before this happened, but maybe I'm misremembering. If it is as you say, then I guess the only thing we can do is wait for Edge to update with the safer auto-fill... I think whenever something like this happens they add a compatibility mode toggle to release a solution and (as they're doing now as well) then refactor that logic to be more included in the generic logic. This toggle will be removed in the next version and the functionality will automatically be on in browsers where it's required.
Author
Owner

@DereckRadford commented on GitHub (Dec 4, 2025):

So what's the status on this. It's been occuring for over a month making the mobile app completely useless.

<!-- gh-comment-id:3609848244 --> @DereckRadford commented on GitHub (Dec 4, 2025): So what's the status on this. It's been occuring for over a month making the mobile app completely useless.
Author
Owner

@byteme4188 commented on GitHub (Dec 4, 2025):

The response on reddit has basically been its not their issue or problem

https://www.reddit.com/r/Bitwarden/s/DzP3dPCN1i

<!-- gh-comment-id:3609854785 --> @byteme4188 commented on GitHub (Dec 4, 2025): The response on reddit has basically been its not their issue or problem https://www.reddit.com/r/Bitwarden/s/DzP3dPCN1i
Author
Owner

@philipstratford commented on GitHub (Dec 4, 2025):

So what's the status on this. It's been occuring for over a month making the mobile app completely useless.

The mobile app isn't completely - or even slightly - useless. If you're using a browser which has implemented the more secure autofull mechanism then the app will work just fine with no further action. If you aren't, then until those browsers' manufacturers update their products you need to enable the compatibility mode toggle for autofill in the Bitwarden app's settings.

As has been said, this isn't Bitwarden's problem now. They released an update to support a more secure autofill mechanism, which I think we'd all like. But because some browsers don't yet support that mechanism Bitwarden (albeit belatedly) added a compatibility mode setting. I don't know what more people would like Bitwarden to do at this point.

<!-- gh-comment-id:3611123618 --> @philipstratford commented on GitHub (Dec 4, 2025): > So what's the status on this. It's been occuring for over a month making the mobile app completely useless. The mobile app isn't completely - or even slightly - useless. If you're using a browser which has implemented the more secure autofull mechanism then the app will work just fine with no further action. If you aren't, then until those browsers' manufacturers update their products you need to enable the compatibility mode toggle for autofill in the Bitwarden app's settings. As has been said, this _isn't_ Bitwarden's problem now. They released an update to support a more secure autofill mechanism, which I think we'd all like. But because some browsers don't yet support that mechanism Bitwarden (albeit belatedly) added a compatibility mode setting. I don't know what more people would like Bitwarden to do at this point.
Author
Owner

@johnfromstatefarm commented on GitHub (Dec 4, 2025):

Why did this get closed? I don't see any new update fixing this? It's been a month guys, come on!

<!-- gh-comment-id:3612960674 --> @johnfromstatefarm commented on GitHub (Dec 4, 2025): Why did this get closed? I don't see any new update fixing this? It's been a month guys, come on!
Author
Owner

@SaintPatrck commented on GitHub (Dec 4, 2025):

Hi @johnfromstatefarm

This issue was closed as completed by the author, here.

As others have noted, 2025.11.0 contains a compatibility toggle which resolves the issue. An upcoming release removes the toggle and enables compatibility mode for affected browsers by default.

If you are still experiencing issues please open a new ticket with details specific to your case.

<!-- gh-comment-id:3613004208 --> @SaintPatrck commented on GitHub (Dec 4, 2025): Hi @johnfromstatefarm This issue was closed as completed by the author, [here](https://github.com/bitwarden/android/issues/6107#issuecomment-3559844659). As others have noted, 2025.11.0 contains a compatibility toggle which resolves the issue. An upcoming release removes the toggle and enables compatibility mode for affected browsers by default. If you are still experiencing issues please open a new ticket with details specific to your case.
Author
Owner

@androidacy-user commented on GitHub (Dec 4, 2025):

So what's the status on this. It's been occuring for over a month making the mobile app completely useless.

The mobile app isn't completely - or even slightly - useless. If you're using a browser which has implemented the more secure autofull mechanism then the app will work just fine with no further action. If you aren't, then until those browsers' manufacturers update their products you need to enable the compatibility mode toggle for autofill in the Bitwarden app's settings.

As has been said, this isn't Bitwarden's problem now. They released an update to support a more secure autofill mechanism, which I think we'd all like. But because some browsers don't yet support that mechanism Bitwarden (albeit belatedly) added a compatibility mode setting. I don't know what more people would like Bitwarden to do at this point.

Thing is - it is bitwardens problem. Even with that compatibility mode on, weird issues persist that weren't present before the change.

And if people are using chrome, I suspect they probably also use Google password manager, NOT bitwarden.

Bitwarden broke existing functionality. Using the newer, more secure autofill is totally valid, breaking existing users/browsers isn't.

As I stated above, edge very intentionally doesn't implement the newer autofill, and I suspect they have a good reason for it.

Bitwarden sells a paid product, but shrugs this off as "your fault"? I don't think it's unreasonable for people to be upset at this response, and especially at the 1-2 months it took to ship a fix for the feature that broke the core functionality which the PR for was approved in minutes.

At minimum this suggests lackluster testing. At worst, it suggests bitwarden only intends to support chrome going forward.

<!-- gh-comment-id:3614314896 --> @androidacy-user commented on GitHub (Dec 4, 2025): > > So what's the status on this. It's been occuring for over a month making the mobile app completely useless. > > The mobile app isn't completely - or even slightly - useless. If you're using a browser which has implemented the more secure autofull mechanism then the app will work just fine with no further action. If you aren't, then until those browsers' manufacturers update their products you need to enable the compatibility mode toggle for autofill in the Bitwarden app's settings. > > As has been said, this _isn't_ Bitwarden's problem now. They released an update to support a more secure autofill mechanism, which I think we'd all like. But because some browsers don't yet support that mechanism Bitwarden (albeit belatedly) added a compatibility mode setting. I don't know what more people would like Bitwarden to do at this point. Thing is - it is bitwardens problem. Even with that compatibility mode on, weird issues persist that weren't present before the change. And if people are using chrome, I suspect they probably also use Google password manager, NOT bitwarden. **Bitwarden** broke existing functionality. Using the newer, more secure autofill is totally valid, breaking existing users/browsers isn't. As I stated above, edge very intentionally doesn't implement the newer autofill, and I suspect they have a good reason for it. Bitwarden sells a paid product, but shrugs this off as "your fault"? I don't think it's unreasonable for people to be upset at this response, and especially at the 1-2 months it took to ship a fix for the feature that broke the core functionality which the PR for was approved in minutes. At minimum this suggests lackluster testing. At worst, it suggests bitwarden only intends to support chrome going forward.
Author
Owner

@pamperer562580892423 commented on GitHub (Dec 4, 2025):

@androidacy-user:

Even with that compatibility mode on, weird issues persist that weren't present before the change.

I think @SaintPatrck just a few hours before your post suggested "If you are still experiencing issues please open a new ticket with details specific to your case."

And if people are using chrome, I suspect they probably also use Google password manager, NOT bitwarden.
...
At worst, it suggests bitwarden only intends to support chrome going forward.

Chrome and Brave can be used with the new "autofill integrations". - And as it seems, that "choice" is only based on which browsers do or don't support the new, more modern and secure autofill functions.

<!-- gh-comment-id:3614508569 --> @pamperer562580892423 commented on GitHub (Dec 4, 2025): @androidacy-user: > Even with that compatibility mode on, weird issues persist that weren't present before the change. I think @SaintPatrck just a few hours before your post suggested "If you are still experiencing issues please open a new ticket with details specific to your case." > And if people are using chrome, I suspect they probably also use Google password manager, NOT bitwarden. > ... > At worst, it suggests bitwarden only intends to support chrome going forward. Chrome **and Brave** can be used with the new ["autofill integrations"](https://bitwarden.com/help/auto-fill-android/#browser-integrations). - And as it seems, that "choice" is only based on which browsers do or don't support the new, more modern and secure autofill functions.
Author
Owner

@Cleroth commented on GitHub (Dec 4, 2025):

Right, I understand making a change you don't realize would have such repercussions, but it shouldn't take over a month to have provided automatic "compatibility mode" for non-supporting browsers. Additional security should be optional, not forced or hidden behind a toggle most users don't know about. Then at best Bitwarden could've provided a warning about current browser being less secure than others.

I'm sure this is still affecting a whole lot of users. I myself have been experiencing it for a while but just shrugged it off figuring it would eventually get fixed, until getting so tired of it I looked it up. I suspect the majority of people don't bother or just leave a negative review on the app stores.

<!-- gh-comment-id:3614516386 --> @Cleroth commented on GitHub (Dec 4, 2025): Right, I understand making a change you don't realize would have such repercussions, but it shouldn't take over a month to have provided automatic "compatibility mode" for non-supporting browsers. Additional security should be optional, not forced or hidden behind a toggle most users don't know about. Then at best Bitwarden could've provided a warning about current browser being less secure than others. I'm sure this is _still_ affecting a whole lot of users. I myself have been experiencing it for a while but just shrugged it off figuring it would eventually get fixed, until getting so tired of it I looked it up. I suspect the majority of people don't bother or just leave a negative review on the app stores.
Author
Owner

@androidacy-user commented on GitHub (Dec 4, 2025):

@androidacy-user:

Even with that compatibility mode on, weird issues persist that weren't present before the change.

I think @SaintPatrck just a few hours before your post suggested "If you are still experiencing issues please open a new ticket with details specific to your case."

And if people are using chrome, I suspect they probably also use Google password manager, NOT bitwarden.
...
At worst, it suggests bitwarden only intends to support chrome going forward.

Chrome and Brave can be used with the new "autofill integrations". - And as it seems, that "choice" is only based on which browsers do or don't support the new, more modern and secure autofill functions.

Ahem, brave stable and chrome stable. Even non stable versions fall back to compatibility mode :)

It very much is related to the original issue, because they didn't actually fix the issue, instead preferring to barely workaround it, and tell users they're using the wrong browser.

Again, the response was downright awful, and the issue was not fully addressed.

<!-- gh-comment-id:3614518244 --> @androidacy-user commented on GitHub (Dec 4, 2025): > @androidacy-user: > > > Even with that compatibility mode on, weird issues persist that weren't present before the change. > > I think @SaintPatrck just a few hours before your post suggested "If you are still experiencing issues please open a new ticket with details specific to your case." > > > And if people are using chrome, I suspect they probably also use Google password manager, NOT bitwarden. > > ... > > At worst, it suggests bitwarden only intends to support chrome going forward. > > Chrome **and Brave** can be used with the new ["autofill integrations"](https://bitwarden.com/help/auto-fill-android/#browser-integrations). - And as it seems, that "choice" is only based on which browsers do or don't support the new, more modern and secure autofill functions. Ahem, brave stable and chrome stable. Even non stable versions fall back to compatibility mode :) It very much is related to the original issue, because they didn't actually fix the issue, instead preferring to barely workaround it, and tell users they're using the wrong browser. Again, the response was downright awful, and the issue was not fully addressed.
Author
Owner

@pamperer562580892423 commented on GitHub (Dec 4, 2025):

Ahem, brave stable and chrome stable. Even non stable versions fall back to compatibility mode :)

As far as I understand this, this is wrong for two reasons:

  1. At least Chrome Beta can also be toggled in the autofill integrations.
Image
  1. Only Edge, Opera and Samsung Internet were part of that "compatibility mode". E.g. in the previous Help Sites section for the compatibility mode, Firefox was mentioned as "secure" and not as part of the compatibility mode. (though I wished they would now also make it more clear which browser falls under which category)

It very much is related to the original issue, because they didn't actually fix the issue, instead preferring to barely workaround it, and tell users they're using the wrong browser.

What was the original issue in your opinion?? -- I think others already wrote it here: they made autofill more secure - didn't work on some browsers (because those browsers lack compatibility for those new options) - so they fall back to, as I understand it, more or less the way autofill worked before in those browsers.

They didn't make autofill less secure in those browser as before - they made autofill more secure in those browser where it was possible.

So, what's the original issue?

The original issue seems to really be: those browsers lack compatibility for those new options. Whether you like it or not.

<!-- gh-comment-id:3614580591 --> @pamperer562580892423 commented on GitHub (Dec 4, 2025): > Ahem, brave stable and chrome stable. Even non stable versions fall back to compatibility mode :) As far as I understand this, this is wrong for two reasons: 1. At least Chrome Beta can also be toggled in the autofill integrations. <img width="400" height="281" alt="Image" src="https://github.com/user-attachments/assets/973e324a-4b4c-4dc9-afd4-fbc14aafa54e" /> 2. Only Edge, Opera and Samsung Internet were part of that "compatibility mode". E.g. in the previous Help Sites section for the compatibility mode, Firefox was mentioned as "secure" and not as part of the compatibility mode. (though I wished they would now also make it more clear which browser falls under which category) > It very much is related to the original issue, because they didn't actually fix the issue, instead preferring to barely workaround it, and tell users they're using the wrong browser. What was the original issue in your opinion?? -- I think others already wrote it here: they made autofill more secure - didn't work on some browsers (because those browsers _**lack compatibility**_ for those new options) - so they fall back to, as I understand it, more or less the way autofill worked before in those browsers. They didn't make autofill less secure in those browser as before - they made autofill more secure in those browser where it was possible. So, what's the original issue? The original issue seems to really be: those browsers _**lack compatibility**_ for those new options. Whether you like it or not.
Author
Owner

@Cleroth commented on GitHub (Dec 4, 2025):

those browsers lack compatibility for those new options. Whether you like it or not.

"Your browser that has worked with this and is used by hundreds of millions is less secure than my browser so now it won't work. Sucks to be you."

<!-- gh-comment-id:3614649546 --> @Cleroth commented on GitHub (Dec 4, 2025): > those browsers lack compatibility for those new options. Whether you like it or not. "Your browser that has worked with this and is used by hundreds of millions is less secure than my browser so now it won't work. Sucks to be you."
Author
Owner

@Cieptak commented on GitHub (Dec 10, 2025):

The bug was fixed in the update to version 2025.11.1

<!-- gh-comment-id:3635639537 --> @Cieptak commented on GitHub (Dec 10, 2025): The bug was fixed in the update to version 2025.11.1
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#8403