Отображение вопросов с тегом: Показать все вопросы
  • Решено
  • Архивировано

Auto refresh issue

Im using firefox since 2012 it was great until a couple month ago. The bug is when im browsing website like a payment page, when i switching between the apps and return t… (читать ещё)

Im using firefox since 2012 it was great until a couple month ago. The bug is when im browsing website like a payment page, when i switching between the apps and return to payment page, the firefox will refreshing the page automatically without asking any permission and payment will get fail error. This is awful

Задан Its Arta 2 года назад

Дан ответ TyDraniu 2 года назад

  • Решено
  • Архивировано

Is there a way to open all the synced tabs at once in firefox mobile?

So, I have 3 devices I have sync turned on, two laptops, and android phone. Laptops are where I do most of my actual work work, but the phone is where I get ideas … (читать ещё)

So, I have 3 devices I have sync turned on, two laptops, and android phone. Laptops are where I do most of my actual work work, but the phone is where I get ideas and orders and things like that from, so where I do a lot of that stuff from. Now, I know how to open all on the laptops, but, I have only found a way to do this one tab at a time on android.

and I have been slowly opening the tabs one at a time, but i have around 840 tabs left to open.

I know this will severely slow the phone down for a while, while it attempts to do this, but I am more than willing to set my phone down over night for this...

Задан Katerpie 1 год назад

Дан ответ Katerpie 1 год назад

  • Решено
  • Архивировано

Unable to rearrange tabs on Firefox Nightly for Android.

Previously I was able to rearrange the tabs in Firefox Nightly for Android in what ever order I wanted. This appears to no longer be the case after I updated it. I am ask… (читать ещё)

Previously I was able to rearrange the tabs in Firefox Nightly for Android in what ever order I wanted. This appears to no longer be the case after I updated it. I am asking to see if this is a bug, or said feature was removed on purpose.

Задан Jaoheah 1 год назад

Дан ответ TyDraniu 1 год назад

  • Архивировано

Autorefesh Pages

I now have the problem that I am on a large payment page and switch back and forth between FF and another app (to copy payment-relevant data). Unfortunately, FF does a pa… (читать ещё)

I now have the problem that I am on a large payment page and switch back and forth between FF and another app (to copy payment-relevant data). Unfortunately, FF does a page refresh every time it is brought back to the foreground from the background. And all the data already entered is lost! This is a fairly well-known problem with FF on Android! Chromium manages this better and leaves the memory management to Android. Why can't FF do that? Why can't I switch off this feature? I can't edit any relevant websites with the FF. I have to use Chrome for that! Hooray!

Задан me267 9 месяцев назад

Последний ответ от blackberrybro125 4 месяца назад

  • Решено
  • Архивировано

bug: unable to send tab from firefox nightly android (phone/tablet) to PC

as described, send tab function does not work one way (android to PC), but works fine from PC to android mobile phone/tablet. the pop-up error is the "Unable to send - RE… (читать ещё)

as described, send tab function does not work one way (android to PC), but works fine from PC to android mobile phone/tablet. the pop-up error is the "Unable to send - RETRY", and pressing 'RETRY' doesn't do anything. I am logged in to the mozilla account on both android devices, and firefox sync/syncing tabs work fine. not sure what's the issue

Firefox Nightly -both phone and tablet: 127.0a1 (Build #2016019535) Firefox version -laptop: 125.0.3

Задан pn10eko 1 год назад

Дан ответ pn10eko 1 год назад

  • Решено
  • Архивировано

Tabs Reappearing After Being Closed

This applies to the latest Firefox for Android version (this issue did not occur with the previous version). I manually closed my tabs and closed the Firefox app when I e… (читать ещё)

This applies to the latest Firefox for Android version (this issue did not occur with the previous version). I manually closed my tabs and closed the Firefox app when I exit. However, when I open the app again, the previously closed tabs are there as if they were never closed. This is fixed if I delete browsing data but, obviously, this is not an ideal solution. I have tried to attach a short clip of this issue in action but it will not upload. Any help would be appreciated. Thanks.

Задан daylight_EX 1 год назад

Дан ответ daylight_EX 1 год назад

  • Решено
  • Архивировано

Tabs in Android

Hi, I would like to be able to switch from tab to tab in 'Firefox Android'. The tabs are not listed next to the two dots ':' Can someone help me with this? This would be… (читать ещё)

Hi,

I would like to be able to switch from tab to tab in 'Firefox Android'. The tabs are not listed next to the two dots ':' Can someone help me with this? This would be much appreciated, as I enjoy 'Mozilla Firefox' very much. Thank you.

Задан DTS 8 месяцев назад

Дан ответ DTS 8 месяцев назад

  • Решено
  • Архивировано

Tabs won't close

When I am finished with a tab and close it, and then close down Firefox app, when I click back into Firefox the tabs that I have closed are still there open. How can I st… (читать ещё)

When I am finished with a tab and close it, and then close down Firefox app, when I click back into Firefox the tabs that I have closed are still there open. How can I stop this from happening without having to "quit" and clear cache etc all the time? Surely when you close a tab it should stay closed?

Задан Ciara 2 года назад

Дан ответ Paul 2 года назад

  • Архивировано

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… (читать ещё)

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.

Задан siqi Liu 12 месяцев назад

Последний ответ от Paul 11 месяцев назад

  • Архивировано

Webpage reloads when switching apps

When switching to another app from Firefox and then switching back to firefox, the webpage reloads. This is not a memory issue, I have enough RAM and it happens even if I… (читать ещё)

When switching to another app from Firefox and then switching back to firefox, the webpage reloads. This is not a memory issue, I have enough RAM and it happens even if I only have 1 tab open. This is a major pain when I need to enter a 2FA code and need to swith apps to get the code. Or if I'm watching a YouTube video and get a call, the youtuve page reloads after the call has ended. Please suggest how to fix this.

Задан prakhar18032000 7 месяцев назад

Последний ответ от Carlos 5 месяцев назад

  • Решено
  • Архивировано

reopening inactive tabs causes full reload of page, and it's very slow

Keep seeing a bug where tabs that were kept open but are not active, upon reopening do a full reload, and then take a long time to load often failing to load at all after… (читать ещё)

Keep seeing a bug where tabs that were kept open but are not active, upon reopening do a full reload, and then take a long time to load often failing to load at all after a timeout.

video recording

Задан George 1 год назад

Дан ответ Paul 1 год назад

  • Архивировано

Firefox Mobile reloads tabs automatically

Since I am on my new Phone (Xiaomi Poco F6, Hyper OS 1.0.4.0, Android 14.UKQ1.240116.001), I have this weird thing with Firefox that when I minimize it and then come back… (читать ещё)

Since I am on my new Phone (Xiaomi Poco F6, Hyper OS 1.0.4.0, Android 14.UKQ1.240116.001), I have this weird thing with Firefox that when I minimize it and then come back a few seconds later, it will automatically reload the tab I was on. Which is extremely annoying because, for example, I was on the Paypal page and was getting my login code from messages, then when I got back on the Paypal page it reloaded and I could not insert the code, but had to click on 'send code' again (and again and again). I saw this issue appear multiple times apparently already on reddit and co. But nowhere I could find an answer to it. Someone? I looked in the battery saver settings and in firefox settings etc, but I can't find anything that makes tabs reload automatically and it makes no sense that anything would clear the cache every time I minimize firefox, no?

Задан dominik.mooser 9 месяцев назад

Последний ответ от Carlos 5 месяцев назад

  • Архивировано

Firefox Android auto refresh after leaving and revisit tabs

My tabs are being refresh everytime after I left to switch to other tabs then come back. This constantly happening even when I did not open another app, just browsing bet… (читать ещё)

My tabs are being refresh everytime after I left to switch to other tabs then come back. This constantly happening even when I did not open another app, just browsing between firefox tabs. Already play with battery setting in app info and change it to unrestricted and nothing changes. Can anyone help? btw I'm using galaxy tab s6

Задан Bae Chu 6 месяцев назад

Последний ответ от Paul 6 месяцев назад

  • Архивировано

How to disable Left or Right Swipe Deleting Tabs - Need Solution

Hello, I'm writing to describe a recurring problem I'm facing while using Firefox on my Android device, and I need your help to find a solution. The issue is that my ta… (читать ещё)

Hello, I'm writing to describe a recurring problem I'm facing while using Firefox on my Android device, and I need your help to find a solution.

The issue is that my tabs keep getting accidentally deleted when I scroll up and down. The touchscreen on my device is highly sensitive, and simple scrolling often triggers the "left or right swipe" action, causing the current tab to close. This is incredibly frustrating as I like to keep my tabs organized, and having to reopen them repeatedly is time-consuming.

I've tried looking for a solution in the Firefox for Android settings config:about, but I haven't been successful so far. Is there any way to disable or adjust this feature so that left swiping no longer closes my tabs?

I'm a dedicated Firefox user and would like to continue using this browser, but this problem is significantly impacting my browsing experience. I would greatly appreciate it if you could provide me with a solution to this issue.

Thank you in advance for your assistance!

Best regards, Denise

Задан denise00 1 год назад

Последний ответ от Paul 1 год назад

  • Архивировано

Undo Close All Tabs

Hello, This morning, I have accidentally close all my tabs (60+ tabs, which were open for more than 5+ years), while I wanted to reopen a recently closed tab. I suppose … (читать ещё)

Hello,

This morning, I have accidentally close all my tabs (60+ tabs, which were open for more than 5+ years), while I wanted to reopen a recently closed tab. I suppose that this mistake was due to the sensitivity of the touch screen, since both option are next to each other in the menu.

I see multiple problems here: - There was no dialog asking me if I wanted to close all my tabs. While on Desktop this dialog exists. So for a long time I had no clue what just happened. - As I remember, Firefox did not gave me the opportunity to undo my action.

Now, the question is: How can I reopen all my closed tabs ? The menu "Recently closed tabs" have only 10 items, and those do not belong to the 60+ tabs that have been closed.

Is there a way to reopen all the tabs that I accidentally closed (I do not use Firefox Sync) ?

Thanks in advance

Задан danmcgoo 2 года назад

Последний ответ от danmcgoo 1 год назад

  • Архивировано

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… (читать ещё)

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.

Задан wti0 1 год назад

Последний ответ от Flying Kiwi 10 месяцев назад

  • Архивировано

Could we add an auto-close tab option for Android?

Just as the title goes. I've been using Mozilla Firefox on desktop since 2005. The best hands down browser ever. I started using Firefox on android back in 2019. I stil… (читать ещё)

Just as the title goes. I've been using Mozilla Firefox on desktop since 2005. The best hands down browser ever. I started using Firefox on android back in 2019.

I still love the android version, but my only problem with it is tabs. They stay open constantly. In the desktop application you close out and all the tabs close. In the android version I swipe up and there still there next time I load in. I don't like this at all. Unless I quit out of Firefox from the submenu, the tabs will stay open indefinitely.

I was hoping Mozilla could add an option to auto close tabs in 6 hours or something like that. Or close out tabs when I swipe up in android.

I have moved about 20 friends and family to Firefox and it's always going to be Firefox from now on. You guys rock!

Задан Michael Rodriguez 8 месяцев назад

Последний ответ от Khalid 8 месяцев назад

  • Архивировано

why can't open new tab..

I have not been about to open new tabs for a while I guess this is due to upgrade I never realized this until I downloaded Firefox on my chromebook. Is anything that can … (читать ещё)

I have not been about to open new tabs for a while I guess this is due to upgrade I never realized this until I downloaded Firefox on my chromebook. Is anything that can be done or are we just out of luck now when using Firefox also what happen to the search bar is that gone forever as well. I really liked firefoxbut looks like have to find omitting else that wil work for my needs. Finally, is the menu bar gone as well. Please advise and answer all questions ty

Michelle

Задан appnsoftwarepc 1 год назад

Последний ответ от Paul 1 год назад