Viser spørgsmål med mærkatet: Vis alle spørgsmål
  • Låst

delay opening websites

When opening a website, the url has a padlock with a red line thru it (unsecured), the browser then waits about 5-8 seconds for the red line to disappear (secure )then be… (læs mere)

When opening a website, the url has a padlock with a red line thru it (unsecured), the browser then waits about 5-8 seconds for the red line to disappear (secure )then begins loading the content. It behaves on win 10 and android devices. Upon refreshing Firefox on win 10, it got faster, but reverted. Unchecked wait for secure sites doesn't help.

Stillet af Richard for 3 timer siden

Seneste svar af Paul for 3 timer siden

delay opening websites

When opening a website, the url has a padlock with a red line thru it (unsecured), the browser then waits about 5-8 seconds for the red line to disappear (secure )then be… (læs mere)

When opening a website, the url has a padlock with a red line thru it (unsecured), the browser then waits about 5-8 seconds for the red line to disappear (secure )then begins loading the content. It behaves on win 10 and android devices. Upon refreshing Firefox on win 10, it got faster, but reverted. Unchecked wait for secure sites doesn't help.

Stillet af Richard for 3 timer siden

Seneste svar af Paul for 3 timer siden

Progressive web apps do not install on mobile

Hi, Progressive web apps do not have the option to install, just "Add to home screen". For example, https://whatpwacando.today/ Related, it does not support the browse… (læs mere)

Hi,

Progressive web apps do not have the option to install, just "Add to home screen".

For example, https://whatpwacando.today/

Related, it does not support the browser event beforeinstallprompt.

Thanks, Paul

Stillet af Paul for 5 timer siden

Pages refresh & get stuck in Mobile view even when Desktop is specified

Using the latest version of Firefox on Android mobile – Huawei / EMUI 12.0.0.149 Normal browsing, not using Private. Several tabs are open, all specified to show Desktop… (læs mere)

Using the latest version of Firefox on Android mobile – Huawei / EMUI 12.0.0.149 Normal browsing, not using Private.

Several tabs are open, all specified to show Desktop view. But when I re-open the browser (while it's still running in the background, e.g. if I'd been using a different app or just hadn't looked at the page in a few mins), pages automatically refresh in Mobile view.

Additionally, the "Desktop site" toggle can get stuck: Shows Desktop being on, but the page is in Mobile view and if the button is tapped again, it just keeps refreshing in Mobile. The whole app has to be restarted to fix it.

Ideally, open tabs would stay in the specified view (Desktop) and not refresh automatically. Bonus, if there were also a master toggle to select the view you prefer all tabs to use.

Stillet af spacefox_firefox for 3 dage siden

Seneste svar af spacefox_firefox for 3 dage siden

Can't upload images

A recent update has broken the ability to upload images. I am on a Pixel 7. Firefox has full rights. I tried clearing cache. It is not a particular website. This one for … (læs mere)

A recent update has broken the ability to upload images. I am on a Pixel 7. Firefox has full rights. I tried clearing cache. It is not a particular website. This one for instance, allows the option of uploading images to attach.to my question and it doesn't work. Hoping someone has a fix so I can keep using the browser.

Stillet af mlangford2 for 5 dage siden

Seneste svar af mlangford2 for 3 dage siden

Cannot upload files

Hello, I'm not able to upload files to certain websites using Firefox on Android. When selecting a file for the phone's file manager, the file upload simply not startin… (læs mere)

Hello,

I'm not able to upload files to certain websites using Firefox on Android.

When selecting a file for the phone's file manager, the file upload simply not starting.

However, Firefox on iOS doesn't have that issue.

Firefox version used is the latest one and it is the one from Google Play.

Tried another browser and it works great.

Guillaume

Stillet af Guillaume Soucy for 3 uger siden

Seneste svar af Guillaume Soucy for 3 dage siden

page loading very slow

Firefox recently got so much slower than normal. Usually it will take 5-10sec to load a full page .Now it loads very slow that I don't know how much time it takes to full… (læs mere)

Firefox recently got so much slower than normal. Usually it will take 5-10sec to load a full page .Now it loads very slow that I don't know how much time it takes to fully load the page.please help me with this problem. Thankyou

Stillet af MAGICAL HISTORY for 5 dage siden

Seneste svar af MAGICAL HISTORY for 4 dage siden

site Notification bug for Firefox for Android

The Site Notification for Firefox for Android is broken (don't know if it's just me) I have a notification for IGN website but Whenever I click on any site notification I… (læs mere)

The Site Notification for Firefox for Android is broken (don't know if it's just me) I have a notification for IGN website but Whenever I click on any site notification I received it always open a " about:blank " page rather than the actual website.

My phone model is ZTE Blade V50 Vita ZTE 8550 Running android 13

Stillet af MrMeme for 5 dage siden

Seneste svar af Paul for 4 dage siden

Firefox download problem

In Android 14 oneUI 6.0 i have an issue while i download, the progress of download doesn't show up, i have checked everything but only the Firefox notification of private… (læs mere)

In Android 14 oneUI 6.0 i have an issue while i download, the progress of download doesn't show up, i have checked everything but only the Firefox notification of private search shows up, plus when it is downloading the file i have problems when browsing, like when i use the keyboard The keyboard automatically closes and doesn't allows me to type I don't know if i explain myself clear enough

Stillet af ip sans 300 for 1 uge siden

Seneste svar af Paul for 4 dage siden

Persistent High CPU Usage Across Firefox Versions

Despite updating to the latest Firefox version (127.0) and performing a reset, I continue to face high CPU usage issues. The battery monitor reports extensive CPU consump… (læs mere)

Despite updating to the latest Firefox version (127.0) and performing a reset, I continue to face high CPU usage issues. The battery monitor reports extensive CPU consumption for minimal use, even when only a single tab is open. This problem is not exclusive to the main Firefox app; it persists across other Firefox-based browsers as well.

Device: Xiaomi (HyperOS - Android 14) Issue: High CPU usage across multiple Firefox versions Troubleshooting Done: App reset, tried alternative Firefox-based browsers

I urge the development team to investigate this recurring issue, as it significantly affects the performance and battery life of mobile devices. Your prompt attention to this matter would be greatly appreciated by all users experiencing similar problems.

Stillet af Ahmed for 1 uge siden

Seneste svar af Paul for 4 dage siden

Requesting the new version of Firefox browser to support Browser.EXTRA_APPLICATION_ID

I am writing to request assistance with an issue I am encountering on the latest version of the Firefox browser for Android. My goal is to open specified pages in the sam… (læs mere)

I am writing to request assistance with an issue I am encountering on the latest version of the Firefox browser for Android. My goal is to open specified pages in the same tab using Intent from a third-party custom application. However, I have observed that different URLs open in separate tabs, contrary to my expectations.  Current Implementation:  Here is the code snippet I am currently using: java: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(uri); intent.putExtra(Browser.EXTRA_APPLICATION_ID, packageName); startActivity(intent); Expected Behavior:  I expect different URLs to open in the same tab without opening new tabs. This functionality is crucial for my application.  Issue Background:  I have researched similar issues and found that users have had comparable needs using Browser.EXTRA_APPLICATION_ID. Unfortunately, it appears that Firefox has not fully addressed this functionality. The EXTRA_APPLICATION_ID is a feature that modern browsers should ideally support to enhance user experience and maintain continuity within a single tab.  References:  I have referred to the following discussions and issues for additional context:  Mozilla Support Forum: https://support.mozilla.org/en-US/questions/1364869 GitHub Issue: https://github.com/mozilla-mobile/fenix/issues/23329 Request:  I kindly request that the Firefox team consider adapting this functionality officially or provide an alternative solution if it has already been addressed. Any relevant documentation or guidance on achieving this behavior would be highly appreciated.  Thank you for your time and assistance.

Stillet af siqi Liu for 1 uge siden

Seneste svar af Paul for 4 dage siden

New phone android

I had to get a new phone, and Firefox does not accept my password. I also have it on my tablet, and it's fine, and on my laptop, and the password is correct, but the new … (læs mere)

I had to get a new phone, and Firefox does not accept my password. I also have it on my tablet, and it's fine, and on my laptop, and the password is correct, but the new phone tells me "Try again." It was fine on my old phone.

Stillet af katgirlblue for 4 dage siden

Seneste svar af Paul for 4 dage siden

YouTube video bug

YouTube video bug that shows the copy / select all floating bar when we double tap to go ahead in the video .. I have attached the screen shot .. ( when I double tap to g… (læs mere)

YouTube video bug that shows the copy / select all floating bar when we double tap to go ahead in the video .. I have attached the screen shot .. ( when I double tap to go like +60 sec and more.. this pop up comes.. when you normally double tap to go +10 or +20 sec ahead it doesn't show up.. but when you want to go ahead in the video by tapping... This bug keeps happening! Please do check out the screen shot that I attached!..

Stillet af A S H W I N for 5 dage siden

Firefox for Android PDF viewer gets frozen on large PDF files

Firefox for Android gets frozen when using it to open large PDF files. I have been meaning to change my default PDF viewer app, but once Firefox has been set as the defau… (læs mere)

Firefox for Android gets frozen when using it to open large PDF files. I have been meaning to change my default PDF viewer app, but once Firefox has been set as the default PDF viewer for Android, there will no way to change this default; as Firefox default's don't have the option to be deleted through Android's App Info menu.

Stillet af jorgemo341 for 1 uge siden

Stuttery and laggy Video playing

Hi. I can't watch a video on any website after updating my android app to v.(126.0 I think) because it plays Stuttery and laggy. I don't have much tab open, mainly 2 or 3… (læs mere)

Hi. I can't watch a video on any website after updating my android app to v.(126.0 I think) because it plays Stuttery and laggy. I don't have much tab open, mainly 2 or 3 and incognito mode doesn't makes any difference. Still videos play laggy as if it's on low fps. The recent update to v126.0.1 didn't fix it either. My phone is galaxy s21 ultra if it matters.

Stillet af mohammad na for 2 uger siden

Seneste svar af Rabiashah Rashdi1234 for 1 uge siden

  • Løst

Volume dips down at the start of anything with sound - YouTube videos, MP3s, etc.

I can't remember when this problem started, but the volume dips down for maybe 1-2 seconds shortly after the start of anything with sound, like YouTube videos and MP3s em… (læs mere)

I can't remember when this problem started, but the volume dips down for maybe 1-2 seconds shortly after the start of anything with sound, like YouTube videos and MP3s embedded in a website. On the same phone with Chrome, the problem does not happen.

Has anyone experienced this? I made a screen capture that demonstrates the problem, alternating first with Chrome, then with Firefox (then both again) -- https://youtu.be/GB116jauaX4

Any help anyone could provide would be greatly appreciated!

Brian

Stillet af cinematic6436 for 3 uger siden

Besvaret af cinematic6436 for 1 uge siden