Showing questions tagged: Show all questions

Really Firefox dev team needs to step it up

I absolutely hate the new ui and there is no option to change it either Also not showing full link in search bar is kinda stupid...not even a option to enable it either … (read more)

I absolutely hate the new ui and there is no option to change it either

Also not showing full link in search bar is kinda stupid...not even a option to enable it either

Reported 2 bugs in bugzilla 1 year ago....no fix till now The countdown on website still doesn't work in background(https://bugzilla.mozilla.org/show_bug.cgi?id=1848178)

Asked by Samiul Islam Shawon 5 months ago

Last reply by TyDraniu 5 months ago

  • Solved

Navigation bar location cannot be customized anymore

Navigation bar in latest nightly (130.0a1) is split into two toolbars, this cannot be customized. This help article is not applicable anymore https://support.mozilla.org… (read more)

Navigation bar in latest nightly (130.0a1) is split into two toolbars, this cannot be customized.

This help article is not applicable anymore https://support.mozilla.org/en-US/kb/move-navigation-bar

Asked by sergey14 5 months ago

Answered by sergey14 5 months ago

About config

I read the strings of comments regarding about:config not working and presenting a blank page. I have the same issue. I have been a Firefox user for decades, preferring F… (read more)

I read the strings of comments regarding about:config not working and presenting a blank page. I have the same issue. I have been a Firefox user for decades, preferring Firefox over all other browsers. However, without the ability to customize Firefox we, the loyal, may be forced to use another browser. Also, no customization is only contribution to other browser's owners/developers efforts to eliminate Firefox. Is there a solution to fixing current version or Firefox, about:config in development or already available?

Asked by rakeshpandavpn 4 months ago

Last reply by TyDraniu 4 months ago

Dead ?

Is this Support Forum Dead or what ? It's been almost a Week since I asked a Question. Forget Solution, Atleast, A Reply would have been something. If stated my iss… (read more)

Is this Support Forum Dead or what ? It's been almost a Week since I asked a Question. Forget Solution, Atleast, A Reply would have been something.

If stated my issue in Play Store reviews, it says to ask my question in this Support Forum.

Is my question - https://support.mozilla.org/en-US/questions/1453029 even visible to you all or not ?

I loved everything in Firefox Mobile except for this above stated issue. I had plans to even Donate to Firefox if this issue had been resolved. It's not even a big issue, just apply a fix from Firefox Focus to Firefox Mobile. Is it too much to ask ?

I know your volunteers are Mozilla users just like me, who take the time out of their day to help. But, still, No Reply for a Week ?

Okay. I think doing anything or waiting for replies and helps any further is waste of time. This might be the reason Chrome is still way better.

Goodbye Firefox.

No Thank You.

Asked by Lucifer 4 months ago

Last reply by Lucifer 4 months ago

closing tabs sometimes open the tab above or below

Closing tabs on android, whether i swipe them away, or tap the X, will sometimes, but not always, unintentionally open the tab above or below (not sure of tattern here e… (read more)

Closing tabs on android, whether i swipe them away, or tap the X, will sometimes, but not always, unintentionally open the tab above or below (not sure of tattern here either).

This behavior is eating a lot of mobile data if i want to close a lot of tabs, since the browser will then often open and reload a good portion of the tabs I'm about to close.

This is the main reason I'm not using Firefox on mobile.

Asked by audun1 2 months ago

suggestion collections page-

Just a suggestion- on the browser collections its currently really easy to mistakenly swipe right while scrolling through a collection list and inadvertantly delete item… (read more)

Just a suggestion- on the browser collections its currently really easy to mistakenly swipe right while scrolling through a collection list and inadvertantly delete items . Suggest adding a delete confirm stop before deleting.

Asked by T A 1 month ago

  • Archived

Subsequent name changes for home screen shortcuts on Android

While adding a website shortcut to my home screen on Android, I changed the name (to be shown on the home screen). I later decided to use a slightly different name, so I … (read more)

While adding a website shortcut to my home screen on Android, I changed the name (to be shown on the home screen). I later decided to use a slightly different name, so I removed the shortcut and added it again, entering the new name. Nevertheless, the shortcut is now always added with the original custom name. This is also the case when I leave the name unchanged in a later attempt. I get the same results with multiple sites. I get the same results after closing Firefox, restarting my phone and emptying the Firefox cache. Even thought the shortcut on the home screen is probably not actually a bookmark, I tried bookmarking the site, and changing the name of the existing bookmark - with the same results. Is there a way I can choose a different name for the home screen shortcut, or this a bug? Background: I am now manually adding shortcuts to my home screen after getting a new phone (Pixel 7a). I had have mostly the same shortcuts on my previous phone (Pixel 3a XL). The shortcuts were kind-of(!) transferred to my new phone: they appear in the same home screen folders as on my old phone, but gray. When I try to open them, I get the message: "Couldn't restore shortcut because app doesn't backup and restore". Is there a way to transfer (all) home screen shortcuts? If not, please consider adding support for backup or automatic migration.

Asked by bobknip 1 year ago

Last reply by bobknip 1 year ago

  • Archived

keyboard blocks text

Problem: keyboard covers text area in chat and scroll does not function. In a chat with customer service usually, the text I am writing does not appear, it is behind the … (read more)

Problem: keyboard covers text area in chat and scroll does not function. In a chat with customer service usually, the text I am writing does not appear, it is behind the keyboard and scroll is frozen. I have to close the keyboard to see the text, also scroll works. Then I click on my partially filled text box, keyboard comes back covering it, no scroll. Repeat. Pixel 6, FF for Android, T-mo, Ad-Guard only addon, everything updated, see attached.

Asked by andy 1 year ago

Last reply by Paul 1 year ago

  • Archived

credit card

Hello Please add option in credit card section to add year of card manually. Because in some countries as iran, cards data is shamsi calendar. For example card expire in … (read more)

Hello Please add option in credit card section to add year of card manually. Because in some countries as iran, cards data is shamsi calendar. For example card expire in 1405 year.

Thanks

Asked by phsmr1100 1 year ago

Last reply by Paul 1 year ago

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… (read more)

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 months ago

Last reply by Paul 5 months ago

  • Archived

Home page keeps opening new tabs

When I press the home button, the tab I was on remains in the background and a new tab is opened if I tap on one of the shortcuts. Is it possible to make it so that it st… (read more)

When I press the home button, the tab I was on remains in the background and a new tab is opened if I tap on one of the shortcuts. Is it possible to make it so that it stays in the same tab like on PC?

Asked by sz.zoltan939 8 months ago

Last reply by Paul 8 months ago

  • Archived

How do I disable Search Groups for Firefox mobile?

I'm on version 112.2.0 and I cannot disable the "feature" that haphazardly shoves my history in to groups that have nothing to do with each other but Firefox THINKS are r… (read more)

I'm on version 112.2.0 and I cannot disable the "feature" that haphazardly shoves my history in to groups that have nothing to do with each other but Firefox THINKS are related. The support post I've found discussing this promised there'd be a "disable search groups" option in version 97, but I'm on version 112.2.0, which (for those of you counting) is 5 mainline iterations afterwards. How do I fix this? It's constantly breaking my History.

Asked by m_dessain 1 year ago

Last reply by Paul 1 year ago

  • Archived

Addons for Firefox on Android

I use Firefox across all my devises, Desktop, Tablet & phone. I added Dashlane password manager as an addon to my desktop, years ago, at Firefox/Mozilla recommendati… (read more)

I use Firefox across all my devises, Desktop, Tablet & phone. I added Dashlane password manager as an addon to my desktop, years ago, at Firefox/Mozilla recommendation and love it. Recently I upgraded my Dashlane account to be able to sync across all my devises only to find I cannot ad Dashlane as an addon on Android devices. I read there is an upgrade in the works for Addons for Firefox on Android... 1. Will this allow me to add Dashlane? 2. If so when and how? 3. If not why, when it was recommended by you in the first place? As a long term user of Firefox/Mozilla I have often recommended using it, to many of my friends, but if the Addons are limited on Android it no longer seems to be a good recommendation. Even though I can still use Dashlane with a work around on Android I love the convenience of having the password manager as Addon on the Browser. If you have no plans to add Dashlane soon I will have to think about switching to a browser that does. 4. What are your plans going forward? Robert Beale

Asked by home4rjb 1 year ago

Last reply by Paul 1 year ago