태그된 질문 보이기: 모든 질문 보이기

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.

5일 전에 siqi Liu님이 질문

11시간 전에 Paul님이 마지막 답변

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… (자세히 살펴보기)

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.

1주 전에 firefox.delirium965님이 질문

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… (자세히 살펴보기)

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

1주 전에 Denny Nguyen님이 질문

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… (자세히 살펴보기)

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

2주 전에 indigian님이 질문

2주 전에 Paul님이 마지막 답변

previous session lost

I just opened firefox on my samsung galaxy note 8 and all of my tabs are gone. I have not seen the "restore previous sessions" option, nor are they in the "recently close… (자세히 살펴보기)

I just opened firefox on my samsung galaxy note 8 and all of my tabs are gone. I have not seen the "restore previous sessions" option, nor are they in the "recently closed tabs" part of my history. Please help. Is there any way to restore the tabs?

4주 전에 andrespatino2005님이 질문

4주 전에 ahmad hanif님이 마지막 답변

Getting Extremely slow

Hi I have facing the problem with Android app, when I use the app very slow in 1 tab If I open another tab getting extremely slow then loaded the page not completed and s… (자세히 살펴보기)

Hi I have facing the problem with Android app, when I use the app very slow in 1 tab If I open another tab getting extremely slow then loaded the page not completed and some time suddenly restart My device specs Samsung galaxy A2 core

4주 전에 T.palani님이 질문

Firefox ponownie otwiera zamknięte przeze mnie karty

Firefox ponownie otwiera zamknięte przeze mnie karty Zamykam kartę, wychodzę z aplikacji, otwieram ją ponownie i karta którą wcześniej zamykałem jest znowu otwarta. Nie … (자세히 살펴보기)

Firefox ponownie otwiera zamknięte przeze mnie karty

Zamykam kartę, wychodzę z aplikacji, otwieram ją ponownie i karta którą wcześniej zamykałem jest znowu otwarta. Nie mogę zamykać kart, mam przez ten błąd bardzo dużo otwartych kart

Kiedyś już miałem taką sytuację i pisałem tutaj, pomogliście mi

Proszę o pomoc i naprawienie błędu

Dziękuję

1개월 전에 wojtaswpr님이 질문

Firefox Android "close private tabs" won't go away

On my Android phone, the "close private tabs" notification keeps reappearing no matter how many times I tap it or swipe it away. Only way to get rid of it is by force sto… (자세히 살펴보기)

On my Android phone, the "close private tabs" notification keeps reappearing no matter how many times I tap it or swipe it away. Only way to get rid of it is by force stopping Firefox. Weird thing is that this issue doesn't repro 100% of the time either.

This is happening on Firefox 126.0, on my S23 Ultra running Android 14/One UI 6.1

1개월 전에 yerrahiman님이 질문

Home Button Feature Implementation

1. When we press Home button in the app toolbar, It opens a new tab and sends the active tab in background instead of closing the tab. The correct working of Home button … (자세히 살펴보기)

1. When we press Home button in the app toolbar, It opens a new tab and sends the active tab in background instead of closing the tab. The correct working of Home button is to show Homepage in current tab. For opening new tab, we can use "New Tab" option. Because of this all tabs keep getting stored in background and it's quote irritating.

2. Same for back swipe gesture, the tab gets stored in background instead of closing. For example, I clicked on an Article in Google Feed, it redirects to Firefox, now after reading the article, I swiped back to go back to Google Feed. Now swiping back gesture doesn't close the active tab, instead it stored the tab in background. Because of this too much tabs gets stored in background and need manual effort to remove the tabs.

So, Fix these two features.

1개월 전에 RtR님이 질문

1개월 전에 Paul님이 마지막 답변

  • 해결된 질문

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

1개월 전에 pn10eko님이 질문

1개월 전에 pn10eko님이 답변

Nie działa zamykanie kart

Dzień dobry. Używam Mozilli Firwfox: 125.2.0 (Build #2016016039) Mam dużo otwartych kart. Po zamknięciu kilku kart, gdy wyjdę z aplikacji (zminimalizuje ją) i wejdę pono… (자세히 살펴보기)

Dzień dobry. Używam Mozilli Firwfox: 125.2.0 (Build #2016016039)

Mam dużo otwartych kart. Po zamknięciu kilku kart, gdy wyjdę z aplikacji (zminimalizuje ją) i wejdę ponownie karty które zamknąłem nadal są otwarte. Tak jakby otwierają się na nowo. To bardzo duży problem, nie mogę zamknąć kart. Nie znalazłem nigdzie odpowiedzi na ten problem Proszę o pomóc Pozdrawiam serdecznie

1개월 전에 wojtaswpr님이 질문

Firefox for Android has been "forgetting" active tabs lately (since, I suspect, Version 124.0)

Lately, Firefox for Android has started "forgetting" active tabs. I have changed absolutely nothing in the settings. Most of the Active Tabs I've had for years are gone. … (자세히 살펴보기)

Lately, Firefox for Android has started "forgetting" active tabs. I have changed absolutely nothing in the settings. Most of the Active Tabs I've had for years are gone. Now I only have about 5 left & they get corrupted every couple of days. For example, the 3rd one in the attached Screenshot: I'm playing "catch-up" on old Guardian crosswords, currently on 15,179. At irregular intervals, say every couple of days, it gets replaced with an older one, 15,166 for example. I suspect it must have been changed in the Version released on March 19, 2024 (124.0)

2개월 전에 Mozilla559님이 질문

Tabs/history not loading and resetting

Hello, My Firefox Android tabs in grid view constantly get reset. I can open 5 new tabs and them be in order and at the bottom, since they are the last viewed. Then whe… (자세히 살펴보기)

Hello,

My Firefox Android tabs in grid view constantly get reset.

I can open 5 new tabs and them be in order and at the bottom, since they are the last viewed. Then when I reopen Firefox they are gone and tabs I had closed before are back there.

My history tab is also always blank unless I search.

I appreciate any help :)

2개월 전에 Dragonz135님이 질문

Every time a tab leaves focus, it refreshes

Whenever the app leaves the foreground, even for half a second, or if I switch tabs and then return to the original tab, it refreshes and I lose all the data on it. When … (자세히 살펴보기)

Whenever the app leaves the foreground, even for half a second, or if I switch tabs and then return to the original tab, it refreshes and I lose all the data on it. When I need to copy information to fill out a form, or get a code from a 2fa app, I lose all the the progress. This is driving me crazy and making it almost impossible for me to use Firefox as my main browser. I shouldn't have to restart a whole form because I got a phone call and went to the call screen for a second. Battery optimizations are all disabled.

2개월 전에 Uri님이 질문

2개월 전에 Paul님이 마지막 답변

Tabs on android app "unload" themselves whenever I minimize the browser

Tabs on android app "unload" themselves whenever I minimize the browser I'm 100% sure I've toggled an option to kill apps when they're minized in phone settings, and thus… (자세히 살펴보기)

Tabs on android app "unload" themselves whenever I minimize the browser I'm 100% sure I've toggled an option to kill apps when they're minized in phone settings, and thus issue only happens with the Firefox browser and nothing else. I have the latest version.

2개월 전에 Ctlz님이 질문

2개월 전에 Ctlz님이 마지막 답변

My Firefox page refreshes whenever i go to other app . Please resolve this issue.

I encountered page refresh problem everytime. today i was paying bill on firfox and i was redirected to UPI app to complete payment, but when i came back to firefox page,… (자세히 살펴보기)

I encountered page refresh problem everytime. today i was paying bill on firfox and i was redirected to UPI app to complete payment, but when i came back to firefox page, it refreshed and whole progress and payment stuck. please resolve this issue soon.

3개월 전에 smit님이 질문

3개월 전에 Paul님이 마지막 답변