Showing questions tagged:

Feature request in Reading mode

I would like to request a feature for reading mode. If we could flip page like Kindle book, instead of page scroll, especially in reading mode, it will be great! BTW I ha… (read more)

I would like to request a feature for reading mode. If we could flip page like Kindle book, instead of page scroll, especially in reading mode, it will be great!

BTW I have chosen to use Mozilla Firefox instead of chrome because of this reading mode feature. Thank you for this great feature!

Archived 1 279

Is there a way to make the search bar suggestions fit on the screen?

I own an S23 and I'd like to know if there's a way to make the browser suggestions fit on the screen. I've added two images to help explain what's going on. The first ima… (read more)

I own an S23 and I'd like to know if there's a way to make the browser suggestions fit on the screen. I've added two images to help explain what's going on. The first image shows Firefox, where the suggestion doesn't fit on the screen, whereas on Brave, if the suggestion is too long, it adjusts to the space. Thanks.

Archived 1 189

foxfilter support on Android firefox

I was using foxfilter extension on spin browser in android and spin uses Firefox at it's core . The extension used to work well until some point in the past and suddenly … (read more)

I was using foxfilter extension on spin browser in android and spin uses Firefox at it's core . The extension used to work well until some point in the past and suddenly it stopped working . I reached out to foxfilter support and they told Firefox stopped supporting some extensions on Android and thus the issue . Is there anyway you could start supporting foxfilter on firefox Android or can i use an olderversion of firefox on Android to get foxfilter working . If so could you guide me how to get that version installed ?

Archived 1 180

Navigation buttons inconveniently at the bottom of the screen

I can't find a way to move the navigation buttons from the bottom of the screen, where they shouldn't be, to the top of the screen. Tab selection should go back to the to… (read more)

I can't find a way to move the navigation buttons from the bottom of the screen, where they shouldn't be, to the top of the screen. Tab selection should go back to the top, too. Am I just missing something? Can I do something in about:config?

Imagine always having access to navigation buttons at the top of the screen. You even downloaded an app that put system UI buttons at the top of the screen, too! It agrees with your rapidly aging joints because it's easier to have your hands closer to their default orientation.

Look at your hand right now. What orientation is it in? Did you look at the side of your pointer finger and your thumb? No. You likely looked at your palm. Furthermore, many blind people who use phones will type with accessibility features that often result in their hands being in the default orientation. The screens will be facing away and they'll use 6 or 8 fingers on the touchscreen to type.

Having navigation buttons at the top of the screen can be more accessible to some people because it is more compatible with the default orientation of the human hand. (Also disappointed that I can no longer put Gboard most of the way up the screen. But that's a problem that won't get fixed because Google is too big to have useful support and dev teams)

Sorry if this is the wrong place to ask this. The support website dumped me here.

Ummm don't forget to uhh [generic advice here] because it's good for stuff and things :)

Archived 1 216

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.

Archived 1 306

about:config

I need to reach the about:config menu but firefox takes me to a search menu on the engine I chose (duckduckgo). It provides lots of nice info but not how to reach this f… (read more)

I need to reach the about:config menu but firefox takes me to a search menu on the engine I chose (duckduckgo). It provides lots of nice info but not how to reach this feature.

I am using Chrome OS so possibly that is the issue.

Thanks!

Archived 1 190

search bar to middle of screen

Hi, I am using an Android phone with a 6.4" screen. I find it difficult to type in the search bar when it is at the top. Can I bring my search bar to the middle of the mo… (read more)

Hi, I am using an Android phone with a 6.4" screen. I find it difficult to type in the search bar when it is at the top. Can I bring my search bar to the middle of the mobile screen?

Archived 1 342

Wear OS version?

Any plans on releasing a Wear OS version? I now have TBird on Desktop, Laptop, Android phone and tablet. Would be nice to have some sort of version on my Galaxy Watch 7 a… (read more)

Any plans on releasing a Wear OS version? I now have TBird on Desktop, Laptop, Android phone and tablet. Would be nice to have some sort of version on my Galaxy Watch 7 as well.

Locked Archived 1 424

Doubleclick timeframe too short.

It is impossible to trigger a doubleclick or from some tests, extremelly difficult to do. I calculated that in order to trigger a doubleclick, the 2 clicks needs to be so… (read more)

It is impossible to trigger a doubleclick or from some tests, extremelly difficult to do. I calculated that in order to trigger a doubleclick, the 2 clicks needs to be somewhat no more than 0.08 seconds aparts. :That's wrog and inaccessible, the value should be between 0.4 and 0.8, NOT 0.08.

Firefox mobile should support doubleclick: https://developer.mozilla.org/en-US/docs/Web/API/Element/dblclick_event

Test page: https://developer.mozilla.org/en-US/docs/Web/API/Element/dblclick_event

Archived 1 234

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

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.

Archived 1 504