Auto-fill always recognizes the app's package rather than the URL under some browsers! #926

Closed
opened 2025-11-26 22:34:13 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @Aquaakuma on GitHub (Feb 10, 2020).

I have this situation in via browser and edge browser. When I log in to Github, on the edge, the password given by the auto-fill of bitwarden is Microsoft, and when I click to add an item, The package name of edge is given in the URL bar, com.microsoft .***, not https://github.com,also on via browser, it can not even give the context menu。

Originally created by @Aquaakuma on GitHub (Feb 10, 2020). I have this situation in via browser and edge browser. When I log in to Github, on the edge, the password given by the auto-fill of bitwarden is Microsoft, and when I click to add an item, The package name of edge is given in the URL bar, com.microsoft .***, not https://github.com,also on via browser, it can not even give the context menu。
Author
Owner

@BohdanQQ commented on GitHub (Feb 10, 2020):

Might be wrong but what I was able to find out from a little of debugging.
In Parser.cs/Parser.SetPackageAndDomain property node.WebDomain is always null or whitespace for each node, therefore Website doesn't get set and Uri getter in the end returns the androidapp://packageName.

@BohdanQQ commented on GitHub (Feb 10, 2020): Might be wrong but what I was able to find out from a little of debugging. In Parser.cs/Parser.SetPackageAndDomain property node.WebDomain is always null or whitespace for each node, therefore Website doesn't get set and Uri getter in the end returns the androidapp://packageName.
Author
Owner

@kspearrin commented on GitHub (Feb 11, 2020):

Duplicate https://github.com/bitwarden/mobile/issues/692

@kspearrin commented on GitHub (Feb 11, 2020): Duplicate https://github.com/bitwarden/mobile/issues/692
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#926