A mostrar questões marcadas: Mostrar todas as questões

swipe to close tab

Why is there not an option to turn this off. It is way too easy to close tab when scrolling up or down to find a tab. This is a dumb feature that needs to be toggled of… (ler mais)

Why is there not an option to turn this off. It is way too easy to close tab when scrolling up or down to find a tab. This is a dumb feature that needs to be toggled off.

Colocada por rogueninja01 3 dias atrás

Tabs suddenly gone

Hi, today I suddenly noticed that all except my most recent tabs were gone. In "recently closed tabs" I only see tabs that I did actually close, not the 100+ that I didn'… (ler mais)

Hi, today I suddenly noticed that all except my most recent tabs were gone. In "recently closed tabs" I only see tabs that I did actually close, not the 100+ that I didn't. There is a small chance this happened yesterday when I turned off my phone (I only noticed just now), but I haven't updated/ changed/ done anything out of the ordinary lately. I hoped I would find them through sync, but that wasn't working so stupidly enough I synced to fix that, which means sync now only says 0 tabs. Using Android 13 + Firefox 123.0(.1? There's a lot of different numbers on that page) Help?

Colocada por firefox2887 3 dias atrás

Google search opens same search page in new tab

On my new samsung A55 installed Firefox for android and when opening a new tab, searching in the main search bar (preference is set to google) and then selecting the goog… (ler mais)

On my new samsung A55 installed Firefox for android and when opening a new tab, searching in the main search bar (preference is set to google) and then selecting the google search result, instead of the page opening up, a new tab opens up with the same search results. Any way to fix this?

Colocada por Joost Schoonhoven 4 dias atrás

Google search results and new tabs

Using my mobile device (Samsung s23 ultra) as of just a few days ago every time I click a Google search result instead of opening a new tab in Firefox it instead opens a … (ler mais)

Using my mobile device (Samsung s23 ultra) as of just a few days ago every time I click a Google search result instead of opening a new tab in Firefox it instead opens a temporary tab that I have to click and tell to "open in Firefox". It only does it with one of my Google accounts. Meaning that if I switch Google accounts and do a search and click a result Firefox opens a new tab. Which is my preference. I switch back to the other Google account and it goes back to a temp tab. I've uninstalled Firefox and it didn't change. I at first thought it was a Google thing but when I use other browsers like the default Samsung browser it doesn't do it. Attached is an image of the "temp tab" as I call it. Anyone know where option to have search results open as a tab?

Colocada por zedhead665 2 semanas atrás

stopping session auto-refresh on return to opened tab

i really need to PERMANENTLY DISABLE the infernal, default auto-refresh session on return to already opened tab. tyranny of the default on Android. if/when i want to ref… (ler mais)

i really need to PERMANENTLY DISABLE the infernal, default auto-refresh session on return to already opened tab. tyranny of the default on Android.

if/when i want to refresh that session, i'll do so MANUALLY.

i want this, not only in alpha, but beta & standard, too. so, it just can't be buried in about:config, which is nanny-state removed from standard. it must be exposed in UI Settings.

i'm not the first or only to request this.

Colocada por wti0 5 meses atrás

Última resposta por Flying Kiwi 3 semanas atrás

crash and lagging

when i have more than 10 pages open the app starts crashing, won't let me go back as well and sometimes just reloads. There were also situations in which he grabbed me wi… (ler mais)

when i have more than 10 pages open the app starts crashing, won't let me go back as well and sometimes just reloads. There were also situations in which he grabbed me without me doing anything. I have about 4-5 extensions (in the photo). I'm using Samsung Galaxy S24, my previous was A52 (I had no problem with it)

Colocada por Nick Rusinov 1 mês atrás

Última resposta por Paul 1 mês atrás

Scrolling Screenshot doesn't work on tabs list anymore

Ever since updating mid June it seems the scrolling screenshot no longer works in the tabs list on the Firefox Android. Was there a settings change I need to make to allo… (ler mais)

Ever since updating mid June it seems the scrolling screenshot no longer works in the tabs list on the Firefox Android. Was there a settings change I need to make to allow that now?

Colocada por Camo260 1 mês atrás

Android Firefox tab freezes when close and reopen

I am experiencing a problem where when I exit the Firefox for Android app with a tab open, and then reopen the same tab later, the tab search bar becomes unresponsive. I … (ler mais)

I am experiencing a problem where when I exit the Firefox for Android app with a tab open, and then reopen the same tab later, the tab search bar becomes unresponsive. I can type in a new search query or new website URL but upon pressing search, it loads indefinitely. The issue is seems specific to that tab as it doesn't persist if I open a new tab and put in the same contents into the searchbar - this works fine. This doesn't happen every time I close the app and then want to make a search from an existing tab, but it happens fairly regularly.

It's a pretty small issue as far as bugs go, but it is annoying from time to time and I would love if there was a fix :-)

Colocada por Lou 1 mês atrás

Ever since I updated the Android app, it keeps closing tabs when I try to scroll the tab list

I recently updated to a new version of the Firefox Android app through the Play Store, and it changed the look of the lab list so that tabs were larger. However, it also … (ler mais)

I recently updated to a new version of the Firefox Android app through the Play Store, and it changed the look of the lab list so that tabs were larger. However, it also seems to have changed the tolerance for my swiping to scroll through the list. Now, when I swipe to scroll up with my right thumb, it often closes the tab under my thumb rather than scrolling. This seems to be because my swipe is at an angle due to the way I am holding my phone, but before the update I never had this problem. It would be nice if the tolerance was adjusted back to the way it was or if I could disable the swipe to delete tab feature.

I've made a video to show the issue.

https://photos.app.goo.gl/sVG9Std5dofQ5MZM6

Thanks.

Colocada por jjmorse 1 mês atrás

Requesting the new version of Firefox browser to support Browser.EXTRA_APPLICATION_ID

I am writing to request assistance with an issue I am encountering on the latest version of the Firefox browser for Android. My goal is to open specified pages in the sam… (ler mais)

I am writing to request assistance with an issue I am encountering on the latest version of the Firefox browser for Android. My goal is to open specified pages in the same tab using Intent from a third-party custom application. However, I have observed that different URLs open in separate tabs, contrary to my expectations.  Current Implementation:  Here is the code snippet I am currently using: java: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(uri); intent.putExtra(Browser.EXTRA_APPLICATION_ID, packageName); startActivity(intent); Expected Behavior:  I expect different URLs to open in the same tab without opening new tabs. This functionality is crucial for my application.  Issue Background:  I have researched similar issues and found that users have had comparable needs using Browser.EXTRA_APPLICATION_ID. Unfortunately, it appears that Firefox has not fully addressed this functionality. The EXTRA_APPLICATION_ID is a feature that modern browsers should ideally support to enhance user experience and maintain continuity within a single tab.  References:  I have referred to the following discussions and issues for additional context:  Mozilla Support Forum: https://support.mozilla.org/en-US/questions/1364869 GitHub Issue: https://github.com/mozilla-mobile/fenix/issues/23329 Request:  I kindly request that the Firefox team consider adapting this functionality officially or provide an alternative solution if it has already been addressed. Any relevant documentation or guidance on achieving this behavior would be highly appreciated.  Thank you for your time and assistance.

Colocada por siqi Liu 2 meses atrás

Última resposta por Paul 1 mês atrás

Firefox on Android - Active tab reloads the moment I go back to it from another application

Hello, I'm running Firefox on Android 13 (Phone is Poco x3 pro). Running version 126.0.1 As soon as I tab out of Firefox and go to another application, for example, a 2… (ler mais)

Hello,

I'm running Firefox on Android 13 (Phone is Poco x3 pro). Running version 126.0.1

As soon as I tab out of Firefox and go to another application, for example, a 2FA app or ProtonPass to retrieve a password, then go back to Firefox, the tab will reload.

This basically means that I'm unable to log in to any site which requires 2FA or where I don't know the password by heart.

The phone has 6 GB of ram and I've set Firefox to have no battery restrictions, yet it's not helping.

I don't know what's causing this, but surely this can't be intentional? I've had to go back to Chrome because I'm literally unable to log into most websites.

I've tried reinstalling but no change. I deactivated all extensions (ublock & privacy badger) but that didn't help either.

Colocada por firefox.delirium965 2 meses atrás

Suggestion: Group Tabs, Save group tabs, and Select All Tabs to Bookmark or copy urls

After attempting to save about 100+ Tabs on a window frustratingly by hand, I would like to request a way to group Tabs, be able to save them to sessions and have "Select… (ler mais)

After attempting to save about 100+ Tabs on a window frustratingly by hand, I would like to request a way to group Tabs, be able to save them to sessions and have "Select all" when holding a tab for options.

I hope someone or some of the devs can see this, because the lack of support is quite vexing, enough to switch to another browser for good, if it wasn't for the ad-free browsing

Colocada por Denny Nguyen 2 meses atrás

tabs and history

I use FF on PC. 2 issues I have with android FF....... I want my tabs like in the PC version,in a line across the top. Not hidden under a click me to see tabs. History… (ler mais)

I use FF on PC.

2 issues I have with android FF.......

I want my tabs like in the PC version,in a line across the top. Not hidden under a click me to see tabs.

History keeps showing in shortcuts,how to stop that?

Thanks

Colocada por indigian 2 meses atrás

Última resposta por Paul 2 meses atrás