Showing questions tagged: Show all questions
  • Solved
  • Archived

Video playback not working

Video playback initially works, until suddenly it doesn't; no new videos will work, and videos that previously played in the same browsing session will stop working. Easy… (read more)

Video playback initially works, until suddenly it doesn't; no new videos will work, and videos that previously played in the same browsing session will stop working. Easy to reproduce on Reddit by browsing any video-heavy subreddit. Leaving a broken video in a tab seems to infect the rest of the browser across websites; if a broken video from site A is open in another tab, videos on site B won't play.

Sometimes quitting and restarting Firefox is enough to temporarily get video playback working again; sometimes I have to manually clear the browser cache; at least once I've had to reboot my phone.

Screen recording with symptoms: https://youtu.be/5O6FOax7ozA

Device is a Sony Xperia I V

Asked by Jens Lyn IV 1 year ago

Answered by Jens Lyn IV 1 year ago

  • Solved
  • Archived

Firefox not playing any videos since two days

Happening on all platforms that I checked, from Youtube to Kick and several others. Basically the video just keeps on trying to load forever but never does, same behavior… (read more)

Happening on all platforms that I checked, from Youtube to Kick and several others. Basically the video just keeps on trying to load forever but never does, same behavior on all sites. Chrome is loading videos fine, other devices with Firefox are also fine.

Been using Firefox on Android for years with no problems. Wondering if this is my problem and I need to troubleshoot or if others are having the same issue, in which case I can just wait for Mozilla to roll up some update fixing it. All I did up to now is disable add-ons but the problem persists. I'll do a fresh install if I really have to but I'll wait for a response here first to make sure. Cheers.

Asked by ZTF 1 year ago

Answered by ZTF 1 year ago

  • Solved
  • Locked
  • Archived

grannyspace

Habe ein Problem Habe das program grannyspace Installation durch geführt Habe 350 dk.kr bezahlt Mit Visa Karte Swindel Mann hat 100 Transaktionen durch geführt Ich b… (read more)

Habe ein Problem Habe das program grannyspace Installation durch geführt

Habe 350 dk.kr bezahlt 

Mit Visa Karte Swindel Mann hat 100 Transaktionen durch geführt

Ich bitte um Rückbezahlung

Hans Jürgen Dick Dänemark

mobidick1@gmail.com

Respons Mfg Dick

Asked by mobidick1 1 year ago

Answered by Kiki 1 year ago

  • Solved
  • Archived

I can't upload images on mobile

The upload photo button does nothing... on this page, on Reddit, Facebook too. I've tried clearing cache. I'm on latest android and firefox 124.2.0. I have standard secur… (read more)

The upload photo button does nothing... on this page, on Reddit, Facebook too. I've tried clearing cache. I'm on latest android and firefox 124.2.0. I have standard security enabled and permission is set to "Ask" for camera and storage. How do I make this work again?

Asked by sodapuddle 1 year ago

Answered by sodapuddle 1 year ago

  • Archived

Samsung Internet hijacks default browser

Samsung Galaxy S24 Ultra running latest Android update and latest Firefox update. I set Firefox as my default browser. I have un-installed all updates for Samsung Interne… (read more)

Samsung Galaxy S24 Ultra running latest Android update and latest Firefox update. I set Firefox as my default browser. I have un-installed all updates for Samsung Internet and removed all permissions for it. Disabling it is greyed out. Some apps that I use have links to websites. Too frequently, when I go to one of those links, the intro screen for Samsung Internet opens. Then, when I look at the settings in Firefox it is no longer set as the default. Then I set Firefox to default and go to my phone settings to see that Firefox is selected as the default. If I open the previously mentioned app and choose the web link, Firefox will open. But somewhere along the way, the default changes back to Samsung Internet and it's a vicious circle. I have posted in a Samsung forum but haven't gotten a reply that solved the problem. Please help. Thanks Mike

Asked by Mike J 1 year ago

Last reply by ZDarkmon 1 year ago

  • Solved
  • Archived

bug: unable to send tab from firefox nightly android (phone/tablet) to PC

as described, send tab function does not work one way (android to PC), but works fine from PC to android mobile phone/tablet. the pop-up error is the "Unable to send - RE… (read more)

as described, send tab function does not work one way (android to PC), but works fine from PC to android mobile phone/tablet. the pop-up error is the "Unable to send - RETRY", and pressing 'RETRY' doesn't do anything. I am logged in to the mozilla account on both android devices, and firefox sync/syncing tabs work fine. not sure what's the issue

Firefox Nightly -both phone and tablet: 127.0a1 (Build #2016019535) Firefox version -laptop: 125.0.3

Asked by pn10eko 1 year ago

Answered by pn10eko 1 year ago

  • Solved
  • Archived

Fullscreen "exited" automatically

for a recent update or two, when I am watching videos in fullscreen, at least like me, for example, when I entered fullscreen, the video should play horizontally, but aft… (read more)

for a recent update or two, when I am watching videos in fullscreen, at least like me, for example, when I entered fullscreen, the video should play horizontally, but after merely half a minute, the screen orientation goes back to vertical mode automatically, which is not happening when I began to use Firefox android months ago. Watching same website on different browsers, only Firefox goes wrong, so I think this should be Firefox's bug.

Asked by LineCatOvO 1 year ago

Answered by LineCatOvO 1 year ago

  • Locked
  • Archived

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… (read more)

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.

Asked by Richard 1 year ago

Last reply by Paul 1 year ago

  • Archived

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… (read more)

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.

Asked by siqi Liu 1 year ago

Last reply by Paul 1 year ago

  • Archived

Full screen closes and returns to home screen

I'm having the same issue as previously posted below. I am on a Google pixel 7 pro. "On youtube mobile site or a reddit video, when I click the bottom right button to fu… (read more)

I'm having the same issue as previously posted below. I am on a Google pixel 7 pro.

"On youtube mobile site or a reddit video, when I click the bottom right button to fullscreen the video, a message pops up that says 'entering fullscreen mode' (with a firefox logo on the left of the message) and then firefox closes and I'm at my android home page

This seems to happen when I watch videos in a new instance. If I reopen firefox to the video and then try fullscreen again, it goes full screen no problem. So basically it's annoying and happens when I try to watch any video full screen for the first time.

Is this a known bug? Wasn't an issue on my old phone (I just got the galaxy s23). "

Asked by edanannand 1 year ago

Last reply by edanannand 1 year ago

  • Archived

crashes and slow pages

Out of nowhere, the browser stopped when I was browsing and the pages started showing slowness. 👇🏻👇🏻👇🏻 c11-9c7f-1ce62d5e295d java.lang.IllegalArgumentException: Cannot … (read more)

Out of nowhere, the browser stopped when I was browsing and the pages started showing slowness. 👇🏻👇🏻👇🏻


c11-9c7f-1ce62d5e295d java.lang.IllegalArgumentException: Cannot round NaN value.

* New Sentry Instance: https://sentry.io/organizations/mozilla/issues/?project=6375561&query=7a6abefc7b3e4a31a088370e3b936c48
* Socorro: https://crash-stats.mozilla.org/report/index/bp-242b35e4-0f2d-4ecd-baba-facad0240527

java.lang.IllegalArgumentException: Cannot round NaN value. at kotlin.math.MathKt__MathJVMKt.roundToInt(MathJVM.kt:4) at androidx.compose.foundation.layout.RowColumnMeasurementHelper.measureWithoutPlacing-_EkL_-Y(RowColumnMeasurementHelper.kt:284) at androidx.compose.foundation.layout.RowColumnMeasurePolicy.measure-3p2s80s(RowColumnImpl.kt:45) at androidx.compose.ui.node.InnerNodeCoordinator.measure-BRTryo0(InnerNodeCoordinator.kt:39) at androidx.compose.foundation.layout.FillNode.measure-3p2s80s(Size.kt:101) at androidx.compose.ui.node.LayoutModifierNodeCoordinator.measure-BRTryo0(LayoutModifierNodeCoordinator.kt:15) at androidx.compose.ui.node.LayoutNodeLayoutDelegate$performMeasureBlock$1.invoke(LayoutNodeLayoutDelegate.kt:9) at androidx.compose.runtime.snapshots.Snapshot$Companion.observe(Snapshot.kt:60) at androidx.compose.runtime.snapshots.SnapshotStateObserver$ObservedScopeMap.observe(SnapshotStateObserver.kt:48) at androidx.compose.runtime.snapshots.SnapshotStateObserver.observeReads(SnapshotStateObserver.kt:154) at androidx.compose.ui.node.OwnerSnapshotObserver.observeReads$ui_release(OwnerSnapshotObserver.kt:3) at androidx.compose.ui.node.LayoutNodeLayoutDelegate$MeasurePassDelegate.remeasure-BRTryo0(LayoutNodeLayoutDelegate.kt:108) at androidx.compose.ui.node.LayoutNodeLayoutDelegate$MeasurePassDelegate.measure-BRTryo0(LayoutNodeLayoutDelegate.kt:104) at androidx.compose.foundation.layout.RowColumnMeasurementHelper.measureWithoutPlacing-_EkL_-Y(RowColumnMeasurementHelper.kt:116) at androidx.compose.foundation.layout.RowColumnMeasurePolicy.measure-3p2s80s(RowColumnImpl.kt:45) at androidx.compose.ui.node.InnerNodeCoordinator.measure-BRTryo0(InnerNodeCoordinator.kt:39) at androidx.compose.ui.node.LayoutNodeLayoutDelegate$performMeasureBlock$1.invoke(LayoutNodeLayoutDelegate.kt:9) at androidx.compose.runtime.snapshots.Snapshot$Companion.observe(Snapshot.kt:60) at androidx.compose.runtime.snapshots.SnapshotStateObserver$ObservedScopeMap.observe(SnapshotStateObserver.kt:48) at androidx.compose.runtime.snapshots.SnapshotStateObserver.observeReads(SnapshotStateObserver.kt:154) at androidx.compose.ui.node.OwnerSnapshotObserver.observeReads$ui_release(OwnerSnapshotObserver.kt:3) at androidx.compose.ui.node.LayoutNodeLayoutDelegate$MeasurePassDelegate.remeasure-BRTryo0(LayoutNodeLayoutDelegate.kt:108) at androidx.compose.ui.node.LayoutNodeLayoutDelegate$MeasurePassDelegate.measure-BRTryo0(LayoutNodeLayoutDelegate.kt:104) at androidx.compose.ui.layout.RootMeasurePolicy.measure-3p2s80s(RootMeasurePolicy.kt:39) at androidx.compose.ui.node.InnerNodeCoordinator.measure-BRTryo0(InnerNodeCoordinator.kt:39) at androidx.compose.ui.node.LayoutNodeLayoutDelegate$performMeasureBlock$1.invoke(LayoutNodeLayoutDelegate.kt:9) at androidx.compose.runtime.snapshots.Snapshot$Companion.observe(Snapshot.kt:60) at androidx.compose.runtime.snapshots.SnapshotStateObserver$ObservedScopeMap.observe(SnapshotStateObserver.kt:48) at androidx.compose.runtime.snapshots.SnapshotStateObserver.observeReads(SnapshotStateObserver.kt:154) at androidx.compose.ui.node.OwnerSnapshotObserver.observeReads$ui_release(OwnerSnapshotObserver.kt:3) at androidx.compose.ui.node.LayoutNodeLayoutDelegate$MeasurePassDelegate.remeasure-BRTryo0(LayoutNodeLayoutDelegate.kt:108) at androidx.compose.ui.node.LayoutNode.remeasure-_Sx5XlM$ui_release(LayoutNode.kt:18) at androidx.compose.ui.node.MeasureAndLayoutDelegate.doRemeasure-sdFAvZA(MeasureAndLayoutDelegate.kt:3) at androidx.compose.ui.node.MeasureAndLayoutDelegate.remeasureOnly(MeasureAndLayoutDelegate.kt:18) at androidx.compose.ui.node.MeasureAndLayoutDelegate.measureOnly(MeasureAndLayoutDelegate.kt:59) at androidx.compose.ui.platform.AndroidComposeView.onMeasure(AndroidComposeView.android.kt:83) at android.view.View.measure(View.java:26415) at androidx.compose.ui.platform.AbstractComposeView.internalOnMeasure$ui_release(ComposeView.android.kt:64) at androidx.compose.ui.platform.AbstractComposeView.onMeasure(ComposeView.android.kt:4) at android.view.View.measure(View.java:26415) at androidx.recyclerview.widget.RecyclerView$LayoutManager.measureChildWithMargins(RecyclerView.java:89) at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:60) at androidx.recyclerview.widget.LinearLayoutManager.fill(LinearLayoutManager.java:49) at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:800) at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:61) at androidx.recyclerview.widget.RecyclerView.onMeasure(RecyclerView.java:64) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasureChild(CoordinatorLayout.java:7) at com.google.android.material.appbar.HeaderScrollingViewBehavior.onMeasureChild(HeaderScrollingViewBehavior.java:93) at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasure(CoordinatorLayout.java:391) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552) at android.widget.LinearLayout.measureVertical(LinearLayout.java:842) at android.widget.LinearLayout.onMeasure(LinearLayout.java:721) at org.mozilla.fenix.perf.HomeActivityRootLinearLayout.onMeasure(HomeActivityRootLinearLayout.kt:11) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:160) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552) at android.widget.LinearLayout.measureVertical(LinearLayout.java:842) at android.widget.LinearLayout.onMeasure(LinearLayout.java:721) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1552) at android.widget.LinearLayout.measureVertical(LinearLayout.java:842) at android.widget.LinearLayout.onMeasure(LinearLayout.java:721) at android.view.View.measure(View.java:26415) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:7845) at android.widget.FrameLayout.onMeasure(FrameLayout.java:194) at com.android.internal.policy.DecorView.onMeasure(DecorView.java:1003) at android.view.View.measure(View.java:26415) at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:3605) at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:2348) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2640) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2197) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8960) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:996) at android.view.Choreographer.doCallbacks(Choreographer.java:794) at android.view.Choreographer.doFrame(Choreographer.java:729) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:981) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:237) at android.app.ActivityThread.main(ActivityThread.java:7807) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1047)

Asked by MATHEUSMR 1 year ago

Last reply by Paul 1 year ago

  • Archived

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… (read more)

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

Asked by ip sans 300 1 year ago

Last reply by Paul 1 year ago

  • Archived

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… (read more)

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

Asked by MrMeme 1 year ago

Last reply by KD 1 year ago

  • Solved
  • Archived

Firefox Mobile can't load google search page

As you see the Mozilla is a fresh installed, no extensions installed too. First try - open google search page right from the shortcut that is installed by default on the … (read more)

As you see the Mozilla is a fresh installed, no extensions installed too. First try - open google search page right from the shortcut that is installed by default on the start screen. Firefox just crash.

Asked by tntc4 1 year ago

Answered by Paul 1 year ago

  • Archived

Selecting to open the Download section crashes the app

1. Open the Firefox for Android application 2. Either browse around first, download something beforehand, or do it right at the start, go to the 'three dot' menu on the t… (read more)

1. Open the Firefox for Android application 2. Either browse around first, download something beforehand, or do it right at the start, go to the 'three dot' menu on the top right screen and select the 'Downloads' section. 3. The application will freeze without opening the section and after a while will say 'Firefox not responding' before crashing.

Asked by Mpavle 1 year ago

Last reply by Paul 1 year ago

  • Archived

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… (read more)

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.

Asked by Richard 1 year ago

Last reply by Paul 1 year ago

  • Archived

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… (read more)

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

Asked by MAGICAL HISTORY 1 year ago

Last reply by MAGICAL HISTORY 1 year ago

  • Archived

Full-screen video problem

I have read the thread for this similar problems, tried all the suggestions but I'm Still experiencing videos not staying full-screen. Is there any other solution to it? … (read more)

I have read the thread for this similar problems, tried all the suggestions but I'm Still experiencing videos not staying full-screen. Is there any other solution to it? This has started since yesterday but everything was fine before then.

Asked by ple4551 1 year ago

Last reply by Kiki 1 year ago