syncing problems

Hello all. I am experiencing 2 problems with sync. First is the older issue. I have new phone, an S24, with a similar problem that the old phone had. It is showing up und… (ketahui selanjutnya)

Hello all. I am experiencing 2 problems with sync. First is the older issue. I have new phone, an S24, with a similar problem that the old phone had. It is showing up under devices, unlike the old phone, an A71, but, it isn't syncing with my other 2 devices, just like the old phone. The newer issue is, while I was trying to fix the sync issue, I lost all of my tabs {for my S24}. My history & bookmarks are there, but not the tabs.

My other 2 devices are synced with each other, for quite a while now. They are: a Galaxy Tab 7 & an HP windows 11. They stay at home. My phone goes with me. I have tried a whole list of steps; this list is not in order:

  • restarted all 3 devices.
  • closed all tabs on S24.
  • updates are on auto; Firefox just updated on all 3.
  • checked all settings for S24. The other 2 devices are fine here.
  • closed/reopened app on S24.
  • signed out/back in on app on S24.
  • uninstalled/reinstalled on S24, after I deleted the cache, not data.
  • then I had trouble signing back in, finally, it worked.

Does anyone have any suggestions? The S24 does not show up at all on The Tab 7, but it does, without the name, on the laptop. It also shows up under Firefox's list. All 3 are using the same wifi/network, the same internet security, the same password manager, & the same vpn, which has the same dedicated vpn. I admit to having a separate issue with the dedicated, which is affecting the laptop & S24. Idk if this has anything to do with anything.

Thank you for any help, I don't know what to do.

Asked by Erica Adamick 4 hari lepas

Why won't follow system dark mode settings.

Since I have been using Firefox Android from S7 Edge to this S23+ it will not follow system settings for dark mode. If I set it to light mode it's always in light mode. i… (ketahui selanjutnya)

Since I have been using Firefox Android from S7 Edge to this S23+ it will not follow system settings for dark mode. If I set it to light mode it's always in light mode. if I set it to dark mode it stays in dark mode, no matter what the system setting.

Asked by Ezrway 4 bulan lepas

Last reply by Ezrway 4 hari lepas

Mobile Firefox Notifications Don't Work Properly

I recently swapped from chrome to firefox on my phone, and I have been having some problems with my push notifications- There are several websites I use that utilize them… (ketahui selanjutnya)

I recently swapped from chrome to firefox on my phone, and I have been having some problems with my push notifications- There are several websites I use that utilize them extensively, and I made sure to enable them, but they haven't been loading properly. Whenever I click on one of these notifications, instead of being brought to the website, I am brought to "about:blank". How do I fix this? I am using an android if that helps.

Asked by simonf001 4 hari lepas

My open tabs?

Hi. In new version dissapear translation, so i deside to downgrade to 134 version. Translation not exist too? Is this connecected with google account, i dont have it in m… (ketahui selanjutnya)

Hi. In new version dissapear translation, so i deside to downgrade to 134 version. Translation not exist too? Is this connecected with google account, i dont have it in my cell. So i conect to yours servers to save my tabs. Now i have this 134 version and i cant bring my saved tabs they are not exist on Yours server? Why when i want open in Yours mozilla app tab with account its opening in diffrent app. When i click to mozilla them i have problem to write all my email? And where IA now this translator?

Asked by Citizen 4 hari lepas

Is there any Adblocker Compatible with Firefox Android?

Hey folks! Is there a magical adblocker for Firefox that can help me enjoy content on this website website without drowning in a sea of annoying ads? Every time I visit,… (ketahui selanjutnya)

Hey folks!

Is there a magical adblocker for Firefox that can help me enjoy content on this website website without drowning in a sea of annoying ads? Every time I visit, it’s like playing dodgeball with pop-ups and flashy banners! Any suggestions for taming this ad invasion would be awesome—bonus points if it comes with a shield and sword! 😄

Asked by Yest 5 hari lepas

Last reply by Yest 5 hari lepas

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… (ketahui selanjutnya)

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 5 hari lepas

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… (ketahui selanjutnya)

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 5 hari lepas

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… (ketahui selanjutnya)

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 6 hari lepas

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… (ketahui selanjutnya)

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 6 hari lepas

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… (ketahui selanjutnya)

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 6 hari lepas

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… (ketahui selanjutnya)

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 6 hari lepas

audio distortion youtube

Starting today, YouTube on Android Firefox using below version of Firefox, the audio distorts and has a continual popping clicking on each word of an audio podcast when y… (ketahui selanjutnya)

Starting today, YouTube on Android Firefox using below version of Firefox, the audio distorts and has a continual popping clicking on each word of an audio podcast when you speed up the YouTube video to 1.5 or 1.75 prior to today it was fine ... The audio is still understandable but distorted when using one of these speed up settings

Using the Chrome browser, everything is fine on the speed up settings on YouTube.com

Android 15

136.0a1 (Build #2016067423), hg-abc92a419107+ GV: 136.0a1-20250112090142 AS: 136.20250110050330

Asked by EventHorizon 6 hari lepas

There is a robot on the same network (IP 24.126.194.0) as you.

Something about the behaviour of the browser has caught our attention. There are various possible explanations for this: You are browsing and clicking at a speed much f… (ketahui selanjutnya)

Something about the behaviour of the browser has caught our attention.

There are various possible explanations for this:

You are browsing and clicking at a speed much faster than expected of a human being.
Something is preventing JavaScript from working on your computer.
There is a robot on the same network (IP 24.126.194.0) as you.

Any suggestions?

Asked by Aron Pilcher 6 hari lepas

Online working my dreams For the huawei devices

Resetting my phone to get it done in the networks with all servers settings updating and more new updates and Recovery system etc to do it on the app and also have a good… (ketahui selanjutnya)

Resetting my phone to get it done in the networks with all servers settings updating and more new updates and Recovery system etc to do it on the app and also have a good time to make sure you have a good day for the future of your business and your experience of using a Google support system to help me with the process of using my account and I will be able to help with the company and the customer service and support the customer to confirm if you have any queries please let me know and I can confirm you are speaking to me directly via email and I will be there including my phone. HUWAIE Id's. thank you for the information you sent to me and my Network Connection my account security my phone huawei device returned to me a new condition and recovery system

Asked by OfficialARyan276 6 hari lepas