Showing questions for topic:

Phone Number Data Field in Online App Cursor Skips Ahead

Online app that I use for invoicing and tracking customers has an issue when entering a phone number in the data field. The cursor jumps ahead as the number is being en… (lees meer)

Online app that I use for invoicing and tracking customers has an issue when entering a phone number in the data field. The cursor jumps ahead as the number is being entered. I have to back space in order to get the cursor back to where it needs to be to correctly enter the number.

This only happens on the Firefox browser. I have Uninstaller and re- installed. The issue persists. The issue does not occur with Firefox on duckduckgo browser.

I am attaching a video link for clarity because the file attachment below does not show videos in the list.

Open 1

Only Firefox on Android keeps giving me "connection was reset" on specific website

I'm running Firefox version 153.0 (build #2016172927) on a Samsung Galaxy S24 Ultra running Android 16. Firefox works fine accessing pretty much any website I ask it to, … (lees meer)

I'm running Firefox version 153.0 (build #2016172927) on a Samsung Galaxy S24 Ultra running Android 16. Firefox works fine accessing pretty much any website I ask it to, EXCEPT for one: https://www.site2241.net/. This is my own website put together with nothing more than HTML, CSS and some basic Javascript. It also has HTTPS for secure connections. Roughly 90% of the time when I attempt to access this website using Firefox on my phone, I receive a "The connection was reset" error. This is only happening with Firefox, and only Firefox on Android. I have Firefox on two laptops and a desktop, with the desktop running both Linux and Windows. None of them have this issue, only on Android. I've now also loaded and tried Chrome, Opera and Brave on to my phone. None of them give me this problem. Only Firefox. I've tried changing just about any setting in Firefox that I can think of (HTTPS-only Mode both on and off, DNS over HTTPS both on and off, Enhanced Tracking Protection both on and off, etc) that might affect this, and nothing seems to change it. Go to the website, and most likely I'll get the "The connection was reset" error. This website, puny and pathetic as it may be, is kind of my running technical diary. If anyone has any ideas, please let me know. I'd really like to stick with Firefox. Thanks!

Open 3

Custom Unicode fonts render correctly in Chrome but not Firefox

Hi everyone, I'm working on a website that generates and displays Unicode-based stylish text. Everything works as expected in Chrome and Edge, but some generated text doe… (lees meer)

Hi everyone,

I'm working on a website that generates and displays Unicode-based stylish text. Everything works as expected in Chrome and Edge, but some generated text doesn't render correctly in Firefox. In a few cases, the characters appear differently or fall back to a default-looking font.

I've already cleared the cache and tested with Firefox in Troubleshoot Mode, but the issue still persists.

Is this a known Firefox rendering limitation with certain Unicode characters, or is there something I should check on my end? Are there any recommended practices for improving font compatibility across browsers?

Any advice would be appreciated. Thanks!

Open

I can't complete my Etsy identity verification because the government ID upload option is missing.

Hello, I am trying to complete my Etsy identity verification using Firefox on Android. However, the government ID upload option is not showing. I only see a list of ID ty… (lees meer)

Hello, I am trying to complete my Etsy identity verification using Firefox on Android. However, the government ID upload option is not showing. I only see a list of ID types, but there is no option to upload my ID document. I have already contacted Etsy Support, but I want to know if this could be a browser issue. Please help me resolve this problem.

Open 1

My keyboard disappears when I switch from one language to another

I use GBoard on both my phone and my Galaxy A8. I often have to switch from one language to another when I write posts or comments and each time GBoard minimises after I … (lees meer)

I use GBoard on both my phone and my Galaxy A8. I often have to switch from one language to another when I write posts or comments and each time GBoard minimises after I changed languages. This is highly frustrating. Is this a known problem? If it is when will it be fixed? Thank you. P.S. : this doesn't happen in other browsers

Open 2 22

Why is my YouTube mobile not working?

I noticed that a while ago, that I can't access or use comments on YouTube mobile (It works when I change to Desktop mode) I thought it was just an issue with my phone an… (lees meer)

I noticed that a while ago, that I can't access or use comments on YouTube mobile (It works when I change to Desktop mode) I thought it was just an issue with my phone and could fix it, but nothing happened. My sister has Firefox on her phone as well, and the comments work on there with no issue. I'm unsure if it's an problem with the extensions, because for the most part we have the same extensions downloaded.

Open 1

Problemy z renderowaniem obrazu

Na telefonie Motorola Moto G86 5G (XT2527-2) występują problemy z renderowaniem obrazu w wybranych aplikacjach. W przeglądarce Firefox występują problemy z renderowaniem … (lees meer)

Na telefonie Motorola Moto G86 5G (XT2527-2) występują problemy z renderowaniem obrazu w wybranych aplikacjach. W przeglądarce Firefox występują problemy z renderowaniem materiałów YouTube. Galeria, Google Maps, Instagram działają poprawnie. Wykonane czynności diagnostyczne: restart telefonu, wyczyszczenie danych Firefoksa, wyłączenie rozszerzeń Firefoksa, sprawdzenie Android System WebView (aktualny), brak dostępnych aktualizacji systemu, problem występuje zarówno przez Wi-Fi, jak i dane komórkowe, ustawienia dostępności nie wpływają na problem, aplikacje nie korzystają z wymuszonego trybu pełnoekranowego. Objawy pojawiły się podczas normalnego użytkowania telefonu, bez aktualizacji systemu i bez zmian ustawień. Proszę o informację, czy jest to znany problem. Jeśli będą potrzebne jeszcze jakieś informacje, postaram się je dostarczyć. Dołączam zrzuty ekranu. Dodatkowy problem który pojawił się ostatnio u mnie i na starszym telefonie Motorola, przy wyświetlaniu filmu w trybie pełnoekranowym na YouTube nie da się wejść w ustawienia. Zakładam że jest to problem ze stroną YouTube. Ustawienia działają po wyjściu z trybu pełnoekranowego.

Solved 4 1

Wrong time zone when accessing web email using Firefox on Android

I have a mail.com account that I access from both my PC and my Android phone using Firefox. The domain is email.com if that makes any difference. When I look at an email… (lees meer)

I have a mail.com account that I access from both my PC and my Android phone using Firefox. The domain is email.com if that makes any difference.

When I look at an email that arrived using my PC and Firefox the time is correct for my location. When I look at the emails using Firefox on my Android phone (Samsung) the emails are posted with UTC +2 time (basically European time).

I have looked all over and cannot find a way to set the time zone for this on my phone, in Firefox and in Mail.com .

Can anyone walk me though getting the correct time to show up on my phone based web access to my Mail.com account?

Open

Weird box outlines on my svg images on mobile

I am a web developer and I noticed that my svg's have a weird box outline around them when I use the mobile version of firefox. On my desktop everything looks fine and ot… (lees meer)

I am a web developer and I noticed that my svg's have a weird box outline around them when I use the mobile version of firefox. On my desktop everything looks fine and other mobile browsers also don't have these outlines. I think it could have something to do with the animation I put on them as I haven't encountered this issue with just static svg icons for example. Here is my simplified css code for the animation: @keyframes swing {

   0% {
       rotate: var(--_from);
   }
   50% {
       rotate: var(--_to);
   }
   100% {
       rotate: var(--_from);
   }

} svg {

   --_from: -8deg;
   --_to: -18deg;
   animation: swing 8s infinite;

}


Also I was asked to choose a topic for this question and none of them realy fit. Is there maybe a different place were I should rather report this problem?

Open 1 10

Facebook ID upload is not working

Hello, I am using Firefox on my phone to open Facebook. When I try to upload my ID to recover my suspended Facebook account, I get an error "Something went wrong". I a… (lees meer)

Hello, I am using Firefox on my phone to open Facebook. When I try to upload my ID to recover my suspended Facebook account, I get an error "Something went wrong".

I already tried Desktop site but still not working. Can you help me fix this upload problem in Firefox?

Phone: Android Browser: Firefox

Open 6

my phone has blocked my Samsung message board, unless I use Google, I'm trying to use Firefox . how can i get access to messages being sent. notification saying that on July 6th messages will be discontinued.

locked my Samsung message board, unless I use Google, I'm trying to use Firefox . how can i get access to messages being sent. notification saying that on July 6th messag… (lees meer)

locked my Samsung message board, unless I use Google, I'm trying to use Firefox . how can i get access to messages being sent. notification saying that on July 6th messages will be discontinue

Open 1

Youtube video and audio stutter after seeking.

Hi. I suspect the problem is caused by Firefox's Gecko-based Android media stack. Device: Honor Magic V5 Snapdragon 8 Elite MagicOS 10.0.0.157 Software: Firefox Android 1… (lees meer)

Hi.

I suspect the problem is caused by Firefox's Gecko-based Android media stack.

Device:

Honor Magic V5 Snapdragon 8 Elite MagicOS 10.0.0.157

Software:

Firefox Android 152.0.6 uBlock Origin the only extension

Reproduction:

Open any YouTube video in Firefox. Play at 720p or higher. Pause/resume or seek. Audio and video begin intermittent stuttering. Switch to another app and return to Firefox and playback immediately returns to normal without reloading the site.

Comparison:

Chrome: works fine Vivaldi: works fine DuckDuckGo Browser: works fine

Things tested:

Hardware acceleration enabled. Battery optimization disabled. Performance mode enabled. Cache/history cleared. media.android-media-codec.preferred tested. gfx.webrender.software tested. AVC and VP9 both affected. Inner and outer displays affected. Desktop mode also affected. Firefox Nightly stutters even without seeking.

Open 1 30

I am getting the "You are using an incompatible web browser" error. How can I fix it?

Hello Mozilla Support, I am trying to use a website, but it shows the message "You are using an incompatible web browser." I am using the latest version of Firefox on my … (lees meer)

Hello Mozilla Support, I am trying to use a website, but it shows the message "You are using an incompatible web browser." I am using the latest version of Firefox on my Android phone, but the website still does not work. I have already refreshed the page and restarted the browser. Please help me fix this problem. Thank you.

Moderator note: Moved from the Firefox Desktop forum to the Firefox for Android forum.

Open 1

Impossible to show toolbar when "Scroll to hide toolbar" is on

When the "Scroll to hide toolbar" option is turned on, commonly used web features, such as paywalls will make it impossible to scroll after I have scrolled down the page,… (lees meer)

When the "Scroll to hide toolbar" option is turned on, commonly used web features, such as paywalls will make it impossible to scroll after I have scrolled down the page, hiding the toolbar. Since it is impossible to scroll up, the toolbar is impossible to access unless I use a pinch to zoom gesture. A lot of websites also disable this gesture also, however.

It just happened to me when viewing: https://www.theverge.com/policy/963872/meta-eu-addictive-design-200b-fine-risk-digital-services-act-dsa

Open

I'm having trouble using the Instagram website in Firefox. I can log in successfully, but many features don't work properly, making the site difficult to use. Please help me fix this issue.

I'm having trouble using the Instagram website in Firefox on my Samsung Galaxy A15 (Android). I can log in successfully, but the website does not work properly after logg… (lees meer)

I'm having trouble using the Instagram website in Firefox on my Samsung Galaxy A15 (Android). I can log in successfully, but the website does not work properly after logging in. Some buttons don't respond, pages don't load correctly, and I can't use Instagram normally. I have already tried restarting the browser, clearing the cache, and updating Firefox, but the issue still persists. Please help me resolve this problem.

Open 1