Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Long pressing Android back button no longer displays tab history Firefox for Android 13

Long pressing the Android back button on the navigation bar no longer displays the tab's history on Firefox Android. S22 Ultra Android 13 134.0.1 (Build #2016067655) … (funda kabanzi)

Long pressing the Android back button on the navigation bar no longer displays the tab's history on Firefox Android.

S22 Ultra Android 13

134.0.1 (Build #2016067655)

Asked by Will Kerr 4 izinyanga ezidlule

Last reply by jonzn4SUSE 3 izinyanga ezidlule

Home page doesnt show with the selections I am making

It's not showing recent activity - only blank grey boxes. And its not showing my things saved in pocket at all even though I've selected in settings to show it. Im usin… (funda kabanzi)

It's not showing recent activity - only blank grey boxes. And its not showing my things saved in pocket at all even though I've selected in settings to show it.

Im using version - 135.0 (aarch64) - it says its up to date.

Asked by Christy Schmid 3 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 3 izinyanga ezidlule

Open Previous Tab

I have looked on the web and continue to find all sorts of references on how to configure your browser to open the tabs I had open last time I closed the browser. I have… (funda kabanzi)

I have looked on the web and continue to find all sorts of references on how to configure your browser to open the tabs I had open last time I closed the browser. I have the "Open previous windows and tabs" checked in the General settings....and it doesn't work! How is that? Any special thing I need to do to get it to work?

Asked by Vernon L Kury 5 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 3 izinyanga ezidlule

When we are getting dates and time in history like Chrome? Random months and in those months, no days, no dates makes Firefox outdated.

When we are getting dates and time in history like Chrome? Random months and in those months, no days, no dates makes Firefox outdated. Is Firefox not growing or everyth… (funda kabanzi)

When we are getting dates and time in history like Chrome? Random months and in those months, no days, no dates makes Firefox outdated.

Is Firefox not growing or everything needs to be highlighted? I have never highlighted anything to chrome yet it has done things that are worth it.

Asked by Net_Hunter_90s 5 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 5 izinyanga ezidlule

Multiple open-tab sessions

In Firefox, reopening the app pre-loads all the last-visited tabs, while Chromium opens a blank sreen and I have a button at the top right of the screen which allows me t… (funda kabanzi)

In Firefox, reopening the app pre-loads all the last-visited tabs, while Chromium opens a blank sreen and I have a button at the top right of the screen which allows me to select whichever of the last few sessions' tabs I want to have loaded. This is definitely more convenient, as I might be working on different things at different times and need different sites for that purpose. Can we learn from Chromium and make something similar? I think the best would be a combination of both, where Firefox preloads the last visit's tabs like it currently does, but remembering the previous sessions and with the button at the top right to allow picking one of them.

What do you think? And if that is going to take too long to implement, how could I program it for myself? Bear in mind that I'm not a programmer, so it won't be something that I will be able to do today or tomorrow, but I would like to hear some directions. And of course, it would be better if the developers like the idea and make it so for everybody :)

Asked by SusseLinuxx 4 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 4 izinyanga ezidlule

Unable to restore tabs when firefox crashed

Even though my settings in Firefox are set to restore open tabs when restarting, and Firefox is my default browser, I was unable to restore my open tabs when my Firefox b… (funda kabanzi)

Even though my settings in Firefox are set to restore open tabs when restarting, and Firefox is my default browser, I was unable to restore my open tabs when my Firefox browser just closed on me. I went up to the menu > History > Recently closed tabs > Reopen all tabs and nothing happened. Is there anything else I can do? Thanks for your help!

Asked by michele.vollmer 2 emasontweni adlule

Last reply by jonzn4SUSE 2 emasontweni adlule

holding back button does nothing on mobile

For some reason on android firefox I'm no longer able to pull up a tab's history by holding down the back button. I can still press to go back, but there's no way to eith… (funda kabanzi)

For some reason on android firefox I'm no longer able to pull up a tab's history by holding down the back button. I can still press to go back, but there's no way to either go back several pages or to go forward if I have already gone back.

Asked by ovee 4 izinyanga ezidlule

Last reply by davidhaha 4 izinyanga ezidlule

Lost Firefox windows and can’t restore session

I was working on my computer when I accidentally clicked out of my tab that had all my pinned windows on it. But then I accidentally started a new tab and deleted it. So … (funda kabanzi)

I was working on my computer when I accidentally clicked out of my tab that had all my pinned windows on it. But then I accidentally started a new tab and deleted it. So now when I try to restore previous session it goes to the tab I just deleted and not the one with all my pins. Is there a way I can get all my pinned tabs back?

Asked by makanakay 4 izinyanga ezidlule

Last reply by an.beu 2 izinyanga ezidlule

Search history

The question is simple: Are there plans for adding timestamps to search history so that one could see on what date they visited that web page just like in Chrome? The dat… (funda kabanzi)

The question is simple: Are there plans for adding timestamps to search history so that one could see on what date they visited that web page just like in Chrome? The date of visit would be enough although it would be even better if there'd be an exact time of refreshing that page. Or are there known add-ons to Firefox for Android that do that? Thank you.

Asked by Петр 5 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 5 izinyanga ezidlule

Copying entries in history: WYSINWYG

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?). History -> Manage History select e.g. Last 7 days, right click on Name… (funda kabanzi)

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?).

History -> Manage History

select e.g. Last 7 days, right click on Name and select at least two attributes (you can choose from: Tags, Location,Most Recent Visit, Added and Last Modified)

Select the first entry of the list, all displayed fields are selected/highlighted.

Copy (either with the menu or with Ctrl-C) and paste it in your favourite text editor.

Why is only the URL copied? Other fields were also highlighted. Why are they not included?

This is WYSINWYG (what you see is not what you get).

It is possible to export bookmarks as an html file, so why is this not possible with history?

OK, it is possible to query the sqlite3 database directly to get some history info but it's a bit cumbersome.

To do so,

  copy the sqlite (places.sqlite) database to some safe place then open the database (with 'sqlite3 places.sqlite')
  get the history info you are interested in with a sqlite query,
  e.g. select title,visit_count,site_name,url,description,last_visit_date from moz_places where url like '%support%';

But there is no simple (AFAIK) way to convert 'last_visit_date' (an integer) to something human readable.

So either include the whole selection when something is copied (WYSIWYG) or provide export history as an html file.


ps: why is there on option 'other' in the list of 'topics' ? pps: I already posted this comment but it got lost somehow

Asked by sclaes 4 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 4 izinyanga ezidlule

does firefox support jumping to specific library > history while searching?

by jump to specific history, I mean something like search in library > bookmark and right-click on specific link then "show in folder" it would be very helpful if som… (funda kabanzi)

by jump to specific history, I mean something like search in library > bookmark and right-click on specific link then "show in folder"

it would be very helpful if something equivalent of "show in folder" exists in the context of history search, I often search specific site and wondering what else sites I opened around that time (relative to specific site I found on search results)

if there's any workaround or alternatives, please leave a comment! ^^

Asked by real yuki 1 inyanga edlule

Last reply by jscher2000 - Support Volunteer 1 inyanga edlule

"Open previous windows and tabs" is not opening previous windows and tabs

For whatever reason, a few days ago Firefox quit opening previous windows and tabs on startup. And yes, ""Open previous windows and tabs" in Settings is checked. Any i… (funda kabanzi)

For whatever reason, a few days ago Firefox quit opening previous windows and tabs on startup.

And yes, ""Open previous windows and tabs" in Settings is checked.

Any ideas?

Thanks!

Asked by MaxTrax 4 izinyanga ezidlule

Last reply by jonzn4SUSE 4 izinyanga ezidlule

The icons for the shortcuts on my home page suddenly are quite small. How do I enlarge them?

The icons on my home page suddenly became significantly reduced in size. Sure, I can tell what they are, and I've increased the text size for their identifiers below the … (funda kabanzi)

The icons on my home page suddenly became significantly reduced in size. Sure, I can tell what they are, and I've increased the text size for their identifiers below the icons. But they are now so small as to be not pleasing to the eye. How can I put them back the way they wuz?

Asked by Polly Kummel 4 izinyanga ezidlule

Last reply by YeOldNerd 2 izinyanga ezidlule

tab history

As of a few weeks ago I no longer get tab history by a long press on the back arrow. Is there a way to fix this? Thank you. 135.0 (Build #2016070975), hg-17c38d56ca55… (funda kabanzi)

As of a few weeks ago I no longer get tab history by a long press on the back arrow. Is there a way to fix this? Thank you.

135.0 (Build #2016070975), hg-17c38d56ca55+ GV: 135.0-20250130195129 AS: 135.0.1

Asked by nancie.vargas 3 izinyanga ezidlule

Last reply by jonzn4SUSE 3 izinyanga ezidlule

Restore the previous session from the Firefox menu....Restore Previous Session not showing up in drop down history tab

Restore Previous Session. I did like I have in past and read on support but that line isn't in my choices...my win 11 just did an update but Firefox didn't recover sme a… (funda kabanzi)

Restore Previous Session. I did like I have in past and read on support but that line isn't in my choices...my win 11 just did an update but Firefox didn't recover sme as my chrome.. Restore the previous session from the Firefox menu

Restore the previous session from the Firefox menu

Here's how to get back your tabs and windows from a previous session using the Firefox menu:

   Click the menu button  to open the menu panel.
   Click History, then click Restore Previous Session.

Asked by gotpartsonline 4 izinyanga ezidlule

Last reply by razzel 4 izinyanga ezidlule