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

Managing tabs shutdown

Hello everyone, I don't know where it comes from (my screen or moz update), but I have a problem I didn't have before. When I open the tabs menu, the option to close a ta… (читать ещё)

Hello everyone, I don't know where it comes from (my screen or moz update), but I have a problem I didn't have before. When I open the tabs menu, the option to close a tab by sliding it laterally is way too sensitive. When I slide vertically to navigate, I very often close one of my tabs. Very annoying. I checked in the parameters if there was an option to deactivate that (Especially that there are crosses on each tabs to close them. The lateral sliding is pretty useless). Is there an option in about/config to deactivate that parameter please ? Thanks in advance.

Задан guens6 11 месяцев назад

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

  • Архивировано

removing private browsing

I gotta ask... why isn't there a setting to remove private browsing on firefox? Now yeah sure it's free security but we got add ons for that. I've always felt like privat… (читать ещё)

I gotta ask... why isn't there a setting to remove private browsing on firefox? Now yeah sure it's free security but we got add ons for that. I've always felt like private browsing and incognito stuff is just a way to go to pornhub feeling secured from criticism. That's why I quit Chrome (+ being able to watch YouTube with ads for free) so I gotta ask again... why isn't there a setting to remove private browsing on firefox?

Задан BenjiTheHunterYT 1 год назад

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

  • Архивировано

How to customize the collections?

I can't figure out how to customize the collections. I want to be able to organize my collections alphabetically, make sub-collections under a parent collection (like one… (читать ещё)

I can't figure out how to customize the collections. I want to be able to organize my collections alphabetically, make sub-collections under a parent collection (like one can do in Gmail, for example), it would also be helpful have the option to choose the color of the main/parent collections, and to be able to search within the collections using a keyword in a search box.

With all of these customizable options, I could create a better, more efficient organizational system that would REALLY help to keep & identify collections quicker & easier.

I have had to make dozens & dozens of collections due to the inability to file sub-collections under main/parent collections.

As a result, a frustratingly unnecessary amount of time & effort is spent trying to remember when & where (throughout my ENTIRE history of having Firefox/using collections) a particular collection is located.

I then ALSO have to spend an unnecessary & frustrating amount of time searching within the collection just to locate a particular link as there is no search bar within the individual collection (or from all of the collections, umm... collectively) to facilitate a search.

    • I wanted to make sure it is known that I DO like this feature, regardless if it was intentional by design or not

Once I eventually find the 1. Collection I'm looking for, and then eventually find the 2. Link I'm looking for.. I can click on the link, and I'm directed to the page I saved, but here's the bonus:

When I hit the back button, I'm taken to the page I was on, previous to the page I saved. This is SUPER helpful when I come back to something I've been researching as it helps me to reconnect to the line of thinking I had during the time of research. This helps to eliminate the need to keep such a detailed journal of the thought processes behind each area of research to expand upon or revisit.

So thank you for that!! Also, please don't mess with it? I'm only needing help with the items mentioned at the beginning of this message.

Thank you for your attention, time & help with figuring out how to locate & utilize the customizable, collections organization options.

With appreciation to those who work behind the scenes, doing what they can to foster potential, growth, efficiency & ease,

Celena Morgan

Задан bso118 1 год назад

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

  • Архивировано

Usability of History on FF Mobile

Tldr: it would be much more usable to have the back button return to History search results, and also to be able to right click those results to open in a new tab. When … (читать ещё)

Tldr: it would be much more usable to have the back button return to History search results, and also to be able to right click those results to open in a new tab.

When using the history feature, most of the time I am looking for something but I have done a bunch of looking for that thing and so my history is kind of polluted with false results.

These results might be a month back. If I'm trying to go through those false results, I need to open more than one. The history search feature, though, doesn't persist beyond a single click, and does not have the opening new tab function. So, if I am to go through those results, I have to keep redoing the same history search.

Задан David T. Macknet 1 год назад

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

  • Решено
  • Архивировано

File Menu on Samsung S9 Ultra

Greetings FF Community, New Samsung Galaxy S9 Ultra tablet running FF ver 127.02 on Android 14. Have no option to customize toolbar or even add the File Menu to the top o… (читать ещё)

Greetings FF Community, New Samsung Galaxy S9 Ultra tablet running FF ver 127.02 on Android 14. Have no option to customize toolbar or even add the File Menu to the top of Firefox as other resources in Firefox indicate. Using a Finite bluetooth keyboard, ALT key does nothing, using bluetooth mouse right click on empty space in address bar - no context menu appears, enabled in mouse settings. Any suggestions greatly appreciated. Screen shots below of laptop and S9 Ultra. Thank you in advance for your assistance.

Laptop with File Menu


S9 without File Menu

Задан Jeff 1 год назад

Дан ответ Paul 1 год назад

  • Архивировано

Firefox Android, want to export history?..please someone make addon for this..

Now that firefox Android supports addons, please someone make addons for History export.. Is there any other better way to export history.. I have tried sync.. but there… (читать ещё)

Now that firefox Android supports addons, please someone make addons for History export..

Is there any other better way to export history.. I have tried sync.. but there seems to be some limitations in sync, it didn't sync all the history..

Задан fatec31634 1 год назад

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

  • Архивировано

Android Smart TV Shortcut missing - Github Issue

I'm i was not sure how to open an issue on Github since its not possible, also i can't create a pull request as non collaborator for this issue. It would be very kind fr… (читать ещё)

I'm i was not sure how to open an issue on Github since its not possible, also i can't create a pull request as non collaborator for this issue.

It would be very kind from the dev's to add an shortcut for android smart tv's like newpipe and libretube are currently doing it. It should be (hopefully) a small code snippet.

This is (hopefully) done by the AndroidManifest.xml with:

<intent-filter>
               <action android:name="android.intent.action.MAIN" />
               <category android:name="android.intent.category.LAUNCHER" />
               <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
           </intent-filter>
           

https://github.com/TeamNewPipe/NewPipe/blob/601b1ef742aa9bb0b8bb765b86247a132adf34e3/app/src/main/AndroidManifest.xml#L220

https://github.com/libre-tube/LibreTube/blob/2ef1600886cc61a95982a73c83cdc79319e57e51/app/src/main/AndroidManifest.xml#L104

That might be it since:

https://github.com/search?q=repo%3Amozilla-mobile%2Ffirefox-android+androidmanifest.xml&type=code

looks rather slim compared to the launcher options.

Or other options regarding potential fixes for the issue (Looks like LibreTube is using https://github.com/libre-tube/LibreTube/blob/2ef1600886cc61a95982a73c83cdc79319e57e51/app/src/main/java/com/github/libretube/helpers/ShortcutHelper.kt but maybe used for something different

https://github.com/TeamNewPipe/NewPipe

maybe this: https://github.com/TeamNewPipe/NewPipe/blob/601b1ef742aa9bb0b8bb765b86247a132adf34e3/app/src/main/java/org/schabi/newpipe/settings/ContentSettingsFragment.java#L60  ?)

Thank you for considering to add this small but handy feature in order to be able to launch the browser from the smart tv's shortcut menu.

I hope i did not offend any one by opening this. Thanks for the good work.

Задан johnson.hor42 1 год назад

Последний ответ от johnson.hor42 1 год назад

  • Архивировано

Bookmarks

On my Tablet, the Bookmarks have decided to split into two folders :Bookmarks and Other Bookmarks. Not what I want. Is there any way that I can get them to combine t… (читать ещё)

On my Tablet, the Bookmarks have decided to split into two folders :Bookmarks and Other Bookmarks. Not what I want. Is there any way that I can get them to combine to just Bookmarks?

Задан kevin case 1 год назад

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

  • Архивировано

Option to Rename Shortcut While Installing Web App (as Add to Home Screen behaves)

When Adding a Shortcut to the Android Home Screen, it allows you with a pop-up option to Rename the Shortcut before placing it on your Home Screen. However, when attemp… (читать ещё)

When Adding a Shortcut to the Android Home Screen, it allows you with a pop-up option to Rename the Shortcut before placing it on your Home Screen.

However, when attempting to Install a Progressive Web App (from compatible Web App web sites), and clicking Install, it does NOT give you the opportunity to Rename the Shortcut.

In contrast, Chrome/Android allows the name change in both cases (non-Web App and Web App sites).

Is this feature in the works on FireFox Android?

Is there a work-around to Rename Shortcuts either before or after placing them on the Home Screen ?

Задан JohnRichard 1 год назад

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

  • Архивировано

Hide navigation bar on fullscreen websites

Hi, This is more of a feature request than a question. I know, that the nav bar of Android Firefox auto-hides, as soon I scroll on a website. But what about non-scroll si… (читать ещё)

Hi, This is more of a feature request than a question. I know, that the nav bar of Android Firefox auto-hides, as soon I scroll on a website. But what about non-scroll sites or fullscreen sites? On those I have a perma-nav-bar, impossible to hide and impossible to use the full screen. I always need to use a different browser specially just for that. Thats super annoiyng.

Is there any chance, to get a solution for that?

Задан Thomas Zehnder 1 год назад

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

  • Архивировано

number of tabs

Kinda just throwing this out here. I have over 5 thousands tabs open on mobile. If I had to wager a guess I'd say I have at least 10,000 if not 20,000. I did actually cou… (читать ещё)

Kinda just throwing this out here. I have over 5 thousands tabs open on mobile. If I had to wager a guess I'd say I have at least 10,000 if not 20,000. I did actually count to the 5,000 for certain. My main question is I just wanna know if there is a way to definitively know how many I have. I know on the desktop version you can and I have done so, but that wont tell you how many are open on mobile. When ever I try to share all tabs my firefox immediately crashes, all the tabs will reopen afterwards. I just really wanna know how many tabs I have so I write down the number and get to closing them. Thank you for reading.

Задан clarelauterbach 1 год назад

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

  • Решено
  • Архивировано

How do Mozilla think it is acceptable that Firefox for Android simply does not work with proxies.

I recently logged into the WIFI of my TAFE, which uses a proxy, only to find that Firefox would not work. 1 hour of crazed searching later I have found that you pretty mu… (читать ещё)

I recently logged into the WIFI of my TAFE, which uses a proxy, only to find that Firefox would not work. 1 hour of crazed searching later I have found that you pretty much *cannot use a proxy with Firefox on Android*.

Sure technically you can download the FoxyProxy add-on or go to about:config and change the settings there (but not on the stable build which y'know most people use) but the fact that the stock, stable install has *zero* support for proxies, which are extremely common on school/work networks, is absolutely unacceptable. This is *basic* functionality that was reported as missing as far back as 10 years ago and *nothing* has been done to fix this.

The worst part is Mozilla are clearly aware of this. An issue was opened on github and was only closed to be moved over to bugzilla where it remains open. And for some reason on bugzilla the severity is marked as N/A even though this literally means you cannot use Firefox Android on any network with a proxy

I apologize for the harsh and direct tone but I am truly astonished that no one seems to think that this is as severe as it actually is. I use Firefox because I love open source software and I hate the idea of google having a monopoly over browsers. Things like this where basic features are missing (resulting in the browser being completely unusable on certain networks) make me reconsider if this browser is even worth using. And please don't say that FoxyProxy solves all of this because the fact that basic functionality is locked behind a third party extension is unacceptable.

Задан Petzah394 1 год назад

Дан ответ Paul 1 год назад

  • Архивировано

Accessing local HTML files on my android, sync

There are three problems, all related, that are frustrating me with Firefox on Android. I have a Samsung Galaxy 24+. I am trying to get Firefox to use a local HTML file t… (читать ещё)

There are three problems, all related, that are frustrating me with Firefox on Android. I have a Samsung Galaxy 24+. I am trying to get Firefox to use a local HTML file that are my bookmarks, but I am stymied at every turn:

1) when I click on the local, Galaxy, HTML file, I get the standard "Open with" pop up, but they only list: Chrome, HTML View, Android's Internet browser, and Samsung Print Services. Why doesn't Firefox show up there? This is important to me. Is Firefox failing to register its browser properly in Galaxy products?

2) The next thing I try to do is to sync bookmarks so that I can use my hundreds of bookmarks (rather than adding them into Firefox one at a time). So, I click on the famous three vertical dots and there is no "Sync" function in that menu, see attached. So I cannot import my bookmarks from my PC's bookmarks.

3) Thirdly, I try to type into the URL field what Chrome uses to access local files, which is for example: "content://media/external/file/1000005061" but Firefox android does not recognize that. When I change it to "file://media/external/file/1000005061" that does not work either.

Can you fix the three issues above? Thanks. Rick. see attached.

Задан Rick17 1 год назад

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

  • Архивировано

Setting home page

I am trying to set the home page on my Samsung S21 with android v13 and firefox v117. I cannot find any means for setting the home page. The customize homepage in the to… (читать ещё)

I am trying to set the home page on my Samsung S21 with android v13 and firefox v117. I cannot find any means for setting the home page. The customize homepage in the top (3 button) menu has no option for setting a different home page.

The homepage option under settings gives you exactly the same options as above.

The customize option under settings applies only to the theme and has no options for managing the home page.

Unfortunately every version of firefox is different and all the instructions I have found apply to different versions of firefox than the one I am using.

Задан Wayne Knight 1 год назад

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

  • Решено
  • Архивировано

how to change back to startup splash screen minimalist logo?

I was told to ask for support here rather than at bugzilla. User Agent: Mozilla/5.0 (Android 10; Mobile; rv:109.0) Gecko/116.0 Firefox/116.0 Steps to reproduce: 1. Inst… (читать ещё)

I was told to ask for support here rather than at bugzilla.

User Agent: Mozilla/5.0 (Android 10; Mobile; rv:109.0) Gecko/116.0 Firefox/116.0

Steps to reproduce: 1. Install Fennec from F-droid 2. Open browser 3. Observe splash screen 4. The original logo is back

Actual results: 116.2.0 changed the startup splash screen back to the regular logo. I actually rather liked the minimalist splash screen logo we had for a few weeks prior.

Expected results: Is there a flag in the config that I can change to get back the minimalist logo?

Задан Jacob 1 год назад

Дан ответ Paul 1 год назад