Devnagari font issue

Hi, I am facing an issue whenever I visit any website with Marathi or Devnagari font on one particular device, e.g. www.loksatta.com. The app is updated to the latest ve… (read more)

Hi,

I am facing an issue whenever I visit any website with Marathi or Devnagari font on one particular device, e.g. www.loksatta.com. The app is updated to the latest version. I am using Samsung Galaxy M51.

I have reset the data, reinstalled the app but it didn't help. This is happening on only one device, on my other devices, phone/ tablet/ iPhone, I don't have any issues with the same website.

With best regards, Abhinay

Asked by abhinaybuiss 14 hours ago

Android use of Firefox on Samsung phone recovering closed/lost tabs

using a Samsung s20ultra with Android operating system if that matters anyway accidentally closed/lost all my tabs by trying to just clean up my phone with to much stuf… (read more)

using a Samsung s20ultra with Android operating system if that matters anyway accidentally closed/lost all my tabs by trying to just clean up my phone with to much stuff being ran on it anyway is there a way at at to recover these closed or deleted tabs as i have important information and reminders that i had on here and im very upset i cant retrieve them

Asked by irocz89nick 15 hours ago

Issue with Navigation Menu on Android Browser

Hi everyone, I'm facing a strange issue with my website, GTA Andreas Pro, when accessing it through Firefox on Android. The navigation menu doesn’t seem to work as expec… (read more)

Hi everyone,

I'm facing a strange issue with my website, GTA Andreas Pro, when accessing it through Firefox on Android. The navigation menu doesn’t seem to work as expected—it either overlaps with the content or doesn’t expand properly when tapped.

I’m using the Kadence theme on WordPress, and the site works fine on other browsers. I’ve cleared the cache and even disabled a few plugins to test, but the problem persists specifically on Firefox for Android.

Has anyone experienced something similar or knows how to resolve this? Any tips or troubleshooting steps would be a big help.

Thanks!

Asked by GTA San Andreas MOD APK 16 hours ago

Always getting logout from websites

It's incredibly frustrating to get logged out of Saver Credentials every time I visit, even though I have 'Clear cookies' turned off. What's the point of having this opti… (read more)

It's incredibly frustrating to get logged out of Saver Credentials every time I visit, even though I have 'Clear cookies' turned off. What's the point of having this option if it doesn’t work? Please look into this issue and provide a solution. I have not installed any add ons .

Asked by The Ansar Mughal 17 hours ago

Saved login Gets logout automatically

My login websites automatically gets logout after one or two days. I have not enabled any cookies or cache cleared extension or any setting. I have to again login multip… (read more)

My login websites automatically gets logout after one or two days. I have not enabled any cookies or cache cleared extension or any setting. I have to again login multiple websites everytime to use which make browsing experience bad. I have enabled enchane protection to standard. Still i have to face this issue

Asked by The Ansar Mughal 22 hours ago

Develop android firefox addon to query all tabs issue

I developed an Android Firefox addon and tried to print out all the tabs information in Firefox on the PC. As a result, I could only get the information of the current ta… (read more)

I developed an Android Firefox addon and tried to print out all the tabs information in Firefox on the PC. As a result, I could only get the information of the current tab. Is there a way for me to get the information of all tabs? Here is my code:

background.js browser.browserAction.onClicked.addListener(() => {

 browser.tabs.query({}).then((tabs) => {
   tabs.forEach((tab) => {
     console.log(`Tab ID: ${tab.id}, Title: ${tab.title}, Index: ${tab.index}`);
   });
 });

});

manifest.json {

 "manifest_version": 2,
 "name": "Close Tabs ",
 "version": "1.0",
 "description": "Clsoe Tabs ",
 "permissions": ["tabs"],
 "background": {
   "scripts": ["background.js"],
   "persistent": false
 },
 "browser_action": {
   "default_icon": {
     "16": "icons/icon-16.png",
     "48": "icons/icon-48.png",
     "128": "icons/icon-128.png"
   },
   "default_title": "Close Tabs "
 }

}

My pc firefox version is 134.0.1, With firefox nightly for android version 134.0a1

Asked by zhihaushiu 1 day ago

how do I stop Firefox on Samsung Galaxy s24 to open the downloaded pdf files directly and force it to ask what app I want to use to open the pdf with?

Previously, when I downloaded a pdf file and I clicked open, I used to get small pop up window asking what app I want to use to open the pdf file with. Now, it just opens… (read more)

Previously, when I downloaded a pdf file and I clicked open, I used to get small pop up window asking what app I want to use to open the pdf file with. Now, it just opens in Firefox. I don't want to view the pdf in Firefox. I can go to the files folder, find the file that j downloaded, select the three dots options menu and select open with. But thats too convoluted. I would like the previous functionality back of whenever I click open on a download pdf file, it asks me how I want to open it instead of directly opening it in Firefox.

Thanks for your help!

Asked by mollik8 1 day ago