[GH-ISSUE #1164] Won’t launch URI #49230

Closed
opened 2026-05-01 08:29:02 -05:00 by GiteaMirror · 12 comments
Owner

Originally created by @dremelts on GitHub (Dec 2, 2020).
Original GitHub issue: https://github.com/bitwarden/android/issues/1164

Originally assigned to: @mpbw2 on GitHub.

Describe the Bug

Cannot launch URI from bitwarden app

Steps To Reproduce

Log into bitwarden
search vault for website
click on the icon next to the URI

Expected Result

I expect it to open a browser interface to the website that I selected

Actual Result

NOTHING happens. It does not blink or give any indication that I tapped the icon

Screenshots or Videos

Environment

  • Device: Google Pixel 3a
  • Operating system:Android 11
  • Security Update: November 5, 2020
  • Build Version: RP1A.201105.002
  • Is this a Beta release? [Y/N] N

Additional Context

Originally created by @dremelts on GitHub (Dec 2, 2020). Original GitHub issue: https://github.com/bitwarden/android/issues/1164 Originally assigned to: @mpbw2 on GitHub. <!-- Comment: Please do not submit feature requests. The [Community Forums][1] has a section for submitting, voting for, and discussing product feature requests. [1]: https://community.bitwarden.com --> ## Describe the Bug <!-- Comment: A clear and concise description of what the bug is. --> Cannot launch URI from bitwarden app ## Steps To Reproduce <!-- Comment: How can we reproduce the behavior: --> Log into bitwarden search vault for website click on the icon next to the URI ## Expected Result <!-- Comment: A clear and concise description of what you expected to happen. --> I expect it to open a browser interface to the website that I selected ## Actual Result <!-- Comment: A clear and concise description of what is happening. --> NOTHING happens. It does not blink or give any indication that I tapped the icon ## Screenshots or Videos <!-- Comment: If applicable, add screenshots and/or a short video to help explain your problem. --> ## Environment - Device: Google Pixel 3a - Operating system:Android 11 - Security Update: November 5, 2020 - Build Version: RP1A.201105.002 - Is this a Beta release? [Y/N] N ## Additional Context <!-- Comment: Add any other context about the problem here. -->
Author
Owner

@SumuduF commented on GitHub (Dec 12, 2020):

I'm seeing the same issue. I noticed that not only is this affecting URIs on my vault items, but also seems to have broken the "Bitwarden Web Vault" and "Help and Feedback" items on the Settings page. That last one probably being the simplest example to investigate (AFAIK it is just a static URL and should be independent of any vault-specific stuff).

I have no experience with Android app dev but I'm wondering if maybe the problem is as simple as missing the Android 11 specific manifest stuff described here:
https://docs.microsoft.com/en-us/xamarin/essentials/open-browser?tabs=android#get-started

Presumably there is also something like that required for androidapp:// URIs to work. To be clear those are not working for me either.

<!-- gh-comment-id:743751209 --> @SumuduF commented on GitHub (Dec 12, 2020): I'm seeing the same issue. I noticed that not only is this affecting URIs on my vault items, but also seems to have broken the "Bitwarden Web Vault" and "Help and Feedback" items on the Settings page. That last one probably being the simplest example to investigate (AFAIK it is just a static URL and should be independent of any vault-specific stuff). I have no experience with Android app dev but I'm wondering if maybe the problem is as simple as missing the Android 11 specific manifest stuff described here: https://docs.microsoft.com/en-us/xamarin/essentials/open-browser?tabs=android#get-started Presumably there is also something like that required for androidapp:// URIs to work. To be clear those are not working for me either.
Author
Owner

@mpbw2 commented on GitHub (Dec 16, 2020):

I'm unable to reproduce this on a Pixel 4a, but I'll take a closer look at the new manifest elements in case there's more going on here.

<!-- gh-comment-id:747073303 --> @mpbw2 commented on GitHub (Dec 16, 2020): I'm unable to reproduce this on a Pixel 4a, but I'll take a closer look at the new manifest elements in case there's more going on here.
Author
Owner

@catvec commented on GitHub (Jan 31, 2021):

I can reproduce this on my Pixel 2. The URL looks to be correctly formatted and everything. My father was able to reproduce this on the Pixel 3 as well.

<!-- gh-comment-id:770442770 --> @catvec commented on GitHub (Jan 31, 2021): I can reproduce this on my Pixel 2. The URL looks to be correctly formatted and everything. My father was able to reproduce this on the Pixel 3 as well.
Author
Owner

@loaonline commented on GitHub (Feb 2, 2021):

I can reproduce this issue using 2.8.0 (3349) from the playstore. Using a Pixel 3, Android 11, January 5 2021 security update.

Can not launch to web sites in the URIs/Website field using icon provided. Tapping provides no feedback or action.

<!-- gh-comment-id:771901700 --> @loaonline commented on GitHub (Feb 2, 2021): I can reproduce this issue using 2.8.0 (3349) from the playstore. Using a Pixel 3, Android 11, January 5 2021 security update. Can not launch to web sites in the URIs/Website field using icon provided. Tapping provides no feedback or action.
Author
Owner

@dmxgit commented on GitHub (Feb 8, 2021):

Same on Galaxy Note20. Even the Help and Feedback button does nothing.
Unless the default browser is not Firefox. When using samsung's browser as default, everything works.

If using the Bitwarden Firefox extension, from it, it works. But setting Firefox as the default browser, requests from the Bitwarden app to open a URI don't work.

<!-- gh-comment-id:775079714 --> @dmxgit commented on GitHub (Feb 8, 2021): Same on Galaxy Note20. Even the Help and Feedback button does nothing. Unless the default browser is not Firefox. When using samsung's browser as default, everything works. If using the Bitwarden Firefox extension, from it, it works. But setting Firefox as the default browser, requests from the Bitwarden app to open a URI don't work.
Author
Owner

@rizi commented on GitHub (Feb 16, 2021):

Same issue on my Pixel 4a

<!-- gh-comment-id:780087461 --> @rizi commented on GitHub (Feb 16, 2021): Same issue on my Pixel 4a
Author
Owner

@codihuston commented on GitHub (Feb 24, 2021):

Same issue on Samsung Note 10+. There is also no auto-fill prompt at login screens in the browser (not sure if this is a feature). I.e.) visiting google.com in chrome and tapping the username input does not yield a dropdown menu or token in the keyboard tray for auto-filling the inputs (the latter being a feature for native apps).

I have formatted the URI to https, and http to no avail. The URI is also confirmed to exist.

<!-- gh-comment-id:785392629 --> @codihuston commented on GitHub (Feb 24, 2021): Same issue on Samsung Note 10+. There is also no auto-fill prompt at login screens in the browser (not sure if this is a feature). I.e.) visiting google.com in chrome and tapping the username input does not yield a dropdown menu or token in the keyboard tray for auto-filling the inputs (the latter being a feature for native apps). I have formatted the URI to https, and http to no avail. The URI is also confirmed to exist.
Author
Owner

@catvec commented on GitHub (Feb 24, 2021):

@codihuston although the fix was merged it doesn't look like it's made it into a release yet, so the bug is still in the app. But I'm sure pretty soon we'll get an upgrade.

I'd search around and see if there is a different issue which exists for your auto fill troubles. That's outside the scope of this issue.

<!-- gh-comment-id:785459598 --> @catvec commented on GitHub (Feb 24, 2021): @codihuston although the fix was merged it doesn't look like it's made it into a release yet, so the bug is still in the app. But I'm sure pretty soon we'll get an upgrade. I'd search around and see if there is a different issue which exists for your auto fill troubles. That's outside the scope of this issue.
Author
Owner

@codihuston commented on GitHub (Feb 25, 2021):

I did see the merge request right after I posted, how exciting! I'll check around regarding the other issues. Thank you!

<!-- gh-comment-id:785517928 --> @codihuston commented on GitHub (Feb 25, 2021): I did see the merge request right after I posted, how exciting! I'll check around regarding the other issues. Thank you!
Author
Owner

@tiptruck commented on GitHub (Feb 28, 2021):

Briefly today, I was able to open URIs then it stopped working again. Samsung Tab S7 Android 11 Bitwarden Version: 2.8.2 (3365)

<!-- gh-comment-id:787445329 --> @tiptruck commented on GitHub (Feb 28, 2021): Briefly today, I was able to open URIs then it stopped working again. Samsung Tab S7 Android 11 Bitwarden Version: 2.8.2 (3365)
Author
Owner

@grillop commented on GitHub (Mar 1, 2021):

Just updated to Version: 2.8.2 (3365). Launch still fails (does nothing) on Pixel 3a and 4a. Android 11. Fails even when trying to get help and feedback

<!-- gh-comment-id:787977048 --> @grillop commented on GitHub (Mar 1, 2021): Just updated to Version: 2.8.2 (3365). Launch still fails (does nothing) on Pixel 3a and 4a. Android 11. Fails even when trying to get help and feedback
Author
Owner

@catvec commented on GitHub (Mar 1, 2021):

@grillop and @tiptruck version 2.8.2 (latest version rn) was released on January 25th which is about one month before the patch for this bug was merged. This bug should still be present, but I'm sure pretty soon we'll get an upgrade.

<!-- gh-comment-id:788078491 --> @catvec commented on GitHub (Mar 1, 2021): @grillop and @tiptruck version 2.8.2 (latest version rn) was released on January 25th which is about one month before the patch for this bug was merged. This bug should still be present, but I'm sure pretty soon we'll get an upgrade.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#49230