-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Android features launch Chrome instead of the user’s default browser #8
Comments
In Google Search within the Google app, the default browser can be set to open links in the browser by going to profile icon -> settings -> general, then toggling "Open web pages in the app" off. This will instead send them to your browser app. |
The UX is strictly worse if you do this. Firefox on Android has perfectly good support for the Android Custom Tabs protocol which works just fine with most other apps and allows for webpages to be opened in a lightweight view that inherits my settings, add-ons etc and that I can launch into a full Firefox Android session if I want to. If you follow these instructions, it will use a basic intent and launch the app separately which will pull you out of the flow of the search results or content feed (for e.g. Discover). Every other app apart from the crap Google ship is capable of using |
AFAIK it's impossible to use Firefox in Google News and Meta apps |
Don't know if it fits here, but Steam on Android also forces users over to Chrome instead of the default browser when opening links. |
@LinAGKar Some of Steam's links open in the default browser and some force Chrome, weird |
I am regularly copying and pasting URLs from Chrome to Firefox because of this. |
Fascinatingly if you uninstall Chrome from the device then Discover, at least, does respect the default browser -- that is, it tries Chrome and if that isn't available it falls back to the default browser. |
Yep. Other apps suddenly respect your default browser too after removing Chrome (be it disable or uninstall), even things like the article view on the Pixel series' launcher |
@ggould256 Tap your avatar > settings > other settings > disable "Open web pages in the app" |
Google News is another example of this. Even when disabling the Chrome app in Android, it shows websites in some embedded version of Chrome instead of using the default browser as I'd expect it to do. There's no setting to disable this behavior. |
For Google News clicking the View Original Webpage link in the menu of an article opens it whatever your default browser is. So it's not completely impossible |
Right, which you have to do once it's already opened and rendered in-app using Chrome, for each and every article. It also launches a standard intent instead of a lightweight custom tab hosted within Google News |
Hi! I was having trouble creating a widget to open Google News using Firefox, but I managed to find a workaround. While it's kinda ugly and not the ideal solution, it works, so I thought it was worth sharing. Here's what I did: First, go to the settings of your phone and make sure Firefox has permission to add icons to the home screen. In my case, I had to follow this path: Settings - Apps - Manage apps - Firefox - Other permissions - Home screen shortcuts - Always allow After that, follow these steps:
If everything worked correctly, you should have a new icon that opens Google News inside Firefox. For some reason, if you try to do this while connected to a network, you will be able to create the icon, but it will not open inside Firefox (even if the native Google News app is uninstalled and both Chrome and Google apps are disabled). |
Features like Google Search, or Discover, in the pre-installed Google application ignore the user’s default browser choice: links to websites outside of the application are always opened in Chrome, regardless of the default browser. This is a widely used application, with additional entry points from built-in features such as the search bar on the home screen and app launcher. Each time it opens a link in Chrome, a user is driven away from their default browser.
All built-in applications and affordances that open external links should open them in the user’s default browser.
The text was updated successfully, but these errors were encountered: