[GH-ISSUE #6471] [PM-31647] Browser autofill pop-up with unsupported browsers #28343

Closed
opened 2026-04-18 12:27:15 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @Nyr on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/bitwarden/android/issues/6471

Steps To Reproduce

Whenever I unlock my vault, I am frequently met with this persistent pop-up:

Enable browser Autofill to keep filling passwords

Your browser has recently updated, which has disabled Bitwarden autofill. To continue filling your passwords with Bitwarden, enable browser autofill in autofill settings.

Not now / Go to settings

I use the Vivaldi browser, where autofill functions correctly despite not using the native integration found in Chrome or Brave.

Expected Result

The nagging behavior should be changed, or the pop-up removed.

Actual Result

Since Chrome isn't available on my system, tapping "Go to settings" to toggle the "Use Chrome autofill integration" does nothing.

The prompt continues to appear regularly, insisting I enable a feature for a browser I don't use and have no intention of using. The app insists on requesting an integration that isn't applicable to my setup.

Screenshots or Videos

No response

Additional Context

No response

Build Version

2026.1.0

What server are you connecting to?

N/A

Self-host Server Version

No response

Environment Details

No response

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.
Originally created by @Nyr on GitHub (Feb 3, 2026). Original GitHub issue: https://github.com/bitwarden/android/issues/6471 ### Steps To Reproduce Whenever I unlock my vault, I am frequently met with this persistent pop-up: > Enable browser Autofill to keep filling passwords > > Your browser has recently updated, which has disabled Bitwarden autofill. To continue filling your passwords with Bitwarden, enable browser autofill in autofill settings. > > Not now / Go to settings I use the Vivaldi browser, where autofill functions correctly despite not using the native integration found in Chrome or Brave. ### Expected Result The nagging behavior should be changed, or the pop-up removed. ### Actual Result Since Chrome isn't available on my system, tapping "Go to settings" to toggle the "Use Chrome autofill integration" does nothing. The prompt continues to appear regularly, insisting I enable a feature for a browser I don't use and have no intention of using. The app insists on requesting an integration that isn't applicable to my setup. ### Screenshots or Videos _No response_ ### Additional Context _No response_ ### Build Version 2026.1.0 ### What server are you connecting to? N/A ### Self-host Server Version _No response_ ### Environment Details _No response_ ### 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.
GiteaMirror added the bugapp:password-manager labels 2026-04-18 12:27:16 -05:00
Author
Owner

@bitwarden-bot commented on GitHub (Feb 3, 2026):

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

<!-- gh-comment-id:3841933219 --> @bitwarden-bot commented on GitHub (Feb 3, 2026): Thank you for your report! We've added this to our internal board for review. ID: [PM-31647](https://bitwarden.atlassian.net/browse/PM-31647) [PM-31647]: https://bitwarden.atlassian.net/browse/PM-31647?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Author
Owner

@jtodddd commented on GitHub (Feb 4, 2026):

Hi there,

I am unable to reproduce this issue, it has been escalated for further investigation. If you have more information that can help us, please add it below.

Thanks!

<!-- gh-comment-id:3847750369 --> @jtodddd commented on GitHub (Feb 4, 2026): Hi there, I am unable to reproduce this issue, it has been escalated for further investigation. If you have more information that can help us, please add it below. Thanks!
Author
Owner

@Nyr commented on GitHub (Feb 4, 2026):

The popup appears because the app checks if Chrome (stable), Chrome Beta, or Brave is installed and whether those have third-party autofill enabled. If any is installed but not configured for third-party autofill, the dialog will repeat every 24 hours.

The relevant code is here:

e31fa46a73/app/src/main/kotlin/com/x8bit/bitwarden/data/autofill/manager/browser/BrowserAutofillDialogManagerImpl.kt (L28-L36)

The list of browsers checked is limited to those here:
e31fa46a73/app/src/main/kotlin/com/x8bit/bitwarden/data/autofill/model/browser/BrowserPackage.kt (L12-L15)

So if you have any of these browsers installed (even if you don't use them), the popup will keep appearing regardless of which other browser you actually use as your default.

I’m not discussing whether a 24-hour nag is ever appropriate for something not critical, but it certainly isn’t when it can not be permanently dismissed and does not even verify whether it’s relevant to the user (such as checking the default browser).

<!-- gh-comment-id:3848148401 --> @Nyr commented on GitHub (Feb 4, 2026): The popup appears because the app checks if Chrome (stable), Chrome Beta, or Brave is installed and whether those have third-party autofill enabled. If any is installed but not configured for third-party autofill, the dialog will repeat every 24 hours. The relevant code is here: https://github.com/bitwarden/android/blob/e31fa46a73cbb38d0308f8ccd177c27fae29abc7/app/src/main/kotlin/com/x8bit/bitwarden/data/autofill/manager/browser/BrowserAutofillDialogManagerImpl.kt#L28-L36 The list of browsers checked is limited to those here: https://github.com/bitwarden/android/blob/e31fa46a73cbb38d0308f8ccd177c27fae29abc7/app/src/main/kotlin/com/x8bit/bitwarden/data/autofill/model/browser/BrowserPackage.kt#L12-L15 So if you have any of these browsers installed (even if you don't use them), the popup will keep appearing regardless of which other browser you actually use as your default. I’m not discussing whether a 24-hour nag is ever appropriate for something not critical, but it certainly isn’t when it can not be permanently dismissed and does not even verify whether it’s relevant to the user (such as checking the default browser).
Author
Owner

@david-livefront commented on GitHub (Mar 30, 2026):

Thanks to the changes made by @Vateva, this problem should now be resolved.

@Nyr Can you confirm that you are not seeing this issue anymore?

<!-- gh-comment-id:4158258474 --> @david-livefront commented on GitHub (Mar 30, 2026): Thanks to the changes made by @Vateva, this problem should now be resolved. @Nyr Can you confirm that you are not seeing this issue anymore?
Author
Owner

@Nyr commented on GitHub (Mar 30, 2026):

It is fixed,

<!-- gh-comment-id:4158324371 --> @Nyr commented on GitHub (Mar 30, 2026): It is fixed,
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#28343