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

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

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...

Задан John 1 неделю назад

Последний ответ от jscher2000 - Support Volunteer 1 неделю назад

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

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)

Задан Nick Rusinov 4 месяца назад

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

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

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.

Задан littledragon0007 3 месяца назад

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

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 3 месяца назад

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

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

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?

Задан you.dont.know 2 месяца назад

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

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

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.

Задан adam155 2 месяца назад

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

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 2 месяца назад

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

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 1 месяц назад

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

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 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 5 месяцев назад

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