Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

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… (funda kabanzi)

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)

Asked by Nick Rusinov 4 izinyanga ezidlule

Last reply by Paul 4 izinyanga ezidlule

closing tabs

Sorry this is not a question but I can't find a email for Mozilla mobile for android we need a way to make it harder to accidently close a tab and also an option is setti… (funda kabanzi)

Sorry this is not a question but I can't find a email for Mozilla mobile for android we need a way to make it harder to accidently close a tab and also an option is setting to bringing back said closed tab with a longer time not 3seconds so who ever gets this please send it to a Mozilla worker.

Asked by littledragon0007 3 izinyanga ezidlule

Last reply by Paul 3 izinyanga ezidlule

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… (funda kabanzi)

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!

Asked by me267 3 izinyanga ezidlule

Last reply by NoahSUMO 3 izinyanga ezidlule

Can’t Move Tabs Since Update

After updating to version 129.2 on my iPhone, I can no longer rearrange my tabs. I can tap and hold on a tab and move it but then it snaps back to the old position. This … (funda kabanzi)

After updating to version 129.2 on my iPhone, I can no longer rearrange my tabs. I can tap and hold on a tab and move it but then it snaps back to the old position. This is making the browser unusable for me. I have tried closing and reopening the app and restarting my iPhone but neither worked.

Asked by Cat M 3 izinyanga ezidlule

Last reply by Rob Daddy 3 emasontweni adlule

[Android] Sending links and not just the current tab.

In the past you could send links by long-pressing them and using the context menu to send them to other devices(not the android "share" option) Why was this removed and … (funda kabanzi)

In the past you could send links by long-pressing them and using the context menu to send them to other devices(not the android "share" option)

Why was this removed and more importantly: how do I get it back?

Asked by you.dont.know 2 izinyanga ezidlule

Last reply by Khalid 2 izinyanga ezidlule

Firefox for Android crashes every time the tab listing opened

Firefox for Andoird crashes every time tab listing opened. If I do "about:crashes" i see the attached list of crashes ... "java.lang.IllegalArgumentException..." Versi… (funda kabanzi)

Firefox for Andoird crashes every time tab listing opened. If I do "about:crashes" i see the attached list of crashes ...

"java.lang.IllegalArgumentException..."

Version is 130.0 (Build 2016041319)

I tried clearing cache but it didn't help.

Asked by adam155 2 izinyanga ezidlule

Last reply by Paul 2 izinyanga ezidlule

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… (funda kabanzi)

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!

Asked by Michael Rodriguez 2 izinyanga ezidlule

Last reply by Khalid 2 izinyanga ezidlule

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… (funda kabanzi)

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.

Asked by prakhar18032000 1 inyanga edlule

Last reply by Paul 4 emasontweni adlule

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… (funda kabanzi)

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

Asked by Bae Chu 1 isonto elidlule

Last reply by Paul 1 isonto elidlule

syncing tabs from pc

I bought a new android (Samsung) tablet. I want to sync all the tabs I have on my Windows PC to the tablet. I am not tech savvy.. further, why can't the Firefox page t… (funda kabanzi)

I bought a new android (Samsung) tablet. I want to sync all the tabs I have on my Windows PC to the tablet. I am not tech savvy.. further, why can't the Firefox page that shows all my saved tabs and bookmarks look the same on my tablet? sheesh...

Asked by John 1 isonto elidlule

Last reply by jscher2000 - Support Volunteer 1 isonto elidlule

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… (funda kabanzi)

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.

Asked by siqi Liu 5 izinyanga ezidlule

Last reply by Paul 5 izinyanga ezidlule

Suggestion: Switch to New Tab

The behavior of Firefox on my iPad when long-pressing a link and selecting the “Open link in new tab” option is counter to how it should operate. It opens the link in a n… (funda kabanzi)

The behavior of Firefox on my iPad when long-pressing a link and selecting the “Open link in new tab” option is counter to how it should operate. It opens the link in a new background tab. It should open the link in a new tab and bring that tab to the foreground, like it does in the desktop app.

Asked by HuntingPudel 5 izinyanga ezidlule

Last reply by Paul 5 izinyanga ezidlule

Private Tabs (Not Opening On IOS since new 2 days ago vers 127.0)

Your new update has possibly screwed my private tavs opening data because private tabs no longer open when I use the firefox IOS website for my Iphone and it is quite ann… (funda kabanzi)

Your new update has possibly screwed my private tavs opening data because private tabs no longer open when I use the firefox IOS website for my Iphone and it is quite annoying since I had a lot of private tabs open before this incident occurred Can I please get a response on how to fix this annoying problem by the firefox team and when an update will occur to fix it this from this 127.0 New Update of yours please fix the private tabs from closing on my IOS Iphone device it is quite annoying when I fully exit the app or give me an idea how to fix it.

Asked by Shin Kusane 5 izinyanga ezidlule

Last reply by cor-el 5 izinyanga ezidlule

Latest iOS update 127.0 closed all my open tabs

Why would your team release a version that closes all tabs in private browser mode? Why would you not list this in your release notes? I only browse in Private mode and … (funda kabanzi)

Why would your team release a version that closes all tabs in private browser mode? Why would you not list this in your release notes? I only browse in Private mode and prefer to leave tabs open there. Please return the feature or give the user the option to close all tabs on exit

Asked by shane.kee.13 5 izinyanga ezidlule

Last reply by cor-el 5 izinyanga ezidlule

Private Tabs disappearing automatically with no more setting to change it

I'm on Firefox 127.0 (42448) ios and all my private tabs were closed on update and now whenever I make a private tab it disappears after the app is closed or refreshes. I… (funda kabanzi)

I'm on Firefox 127.0 (42448) ios and all my private tabs were closed on update and now whenever I make a private tab it disappears after the app is closed or refreshes. It's kind of behaving like the setting where private tabs are closed automatically but when I looked in the privacy settings of firefox ios it's not there anymore. Does anyone else have this issue? I know theres an existing problem with tabs for firefox but I don't think this is exactly the same because my normal tabs are totally fine.

Asked by Zhong An 5 izinyanga ezidlule

Last reply by cor-el 5 izinyanga ezidlule

Tabs deleted when app is closed

Firefox for iOS version 127.0 (42448) deletes tabs when app is closed. The option to keep tabs when the apps is closed has been removed from the privacy menu. So how can … (funda kabanzi)

Firefox for iOS version 127.0 (42448) deletes tabs when app is closed. The option to keep tabs when the apps is closed has been removed from the privacy menu. So how can I configure the app to keep tabs between sessions?

Asked by john.kozicz 5 izinyanga ezidlule

Last reply by Infinity__ 5 izinyanga ezidlule

Private tabs keep closing on iOS browser

I usuallg keep a few tabs open in private browsing but now it seems they’re closing automatically when I come back from regular browsing. The settings/privacy/close priva… (funda kabanzi)

I usuallg keep a few tabs open in private browsing but now it seems they’re closing automatically when I come back from regular browsing. The settings/privacy/close private tabs doesn’t seem to exist in the setttings any longer. Did it move? Am I missing something? Reopening private tabs again and again sort of may push me out of Firefox on iOS altogether.

Asked by Tod Wohlfarth 5 izinyanga ezidlule

Last reply by cor-el 5 izinyanga ezidlule

Tabs Deleted

Ever since I updated the app, all of my tabs keep disappearing when I close the app. I’ve kept a lot of tabs on my Firefox app, and it’s very upsetting that I keep losing… (funda kabanzi)

Ever since I updated the app, all of my tabs keep disappearing when I close the app. I’ve kept a lot of tabs on my Firefox app, and it’s very upsetting that I keep losing the tabs that I need. Is there any fix?

Asked by nabihaamir 5 izinyanga ezidlule

Last reply by Infinity__ 5 izinyanga ezidlule