- Réitithe
火狐安卓版有繁體中文嗎?
請問語言選項能新增繁體中文台灣嗎?
請問語言選項能新增繁體中文台灣嗎?
Currently using android 15, can i hide hide this in firefox's setting? If not, please mozilla, add an option to hide the background behind the bar, it's sucks. I did rese… (tuilleadh eolais)
Currently using android 15, can i hide hide this in firefox's setting? If not, please mozilla, add an option to hide the background behind the bar, it's sucks. I did research and found that it is an app issue and not an OS issue, thanks
Hello Firefox Support Team, Thank you for providing such an excellent browser, free of charge and without advertisements. I am experiencing an issue on my Samsung J5 ru… (tuilleadh eolais)
Hello Firefox Support Team,
Thank you for providing such an excellent browser, free of charge and without advertisements.
I am experiencing an issue on my Samsung J5 running Android 5. When I try to set Firefox as the default browser, I am redirected to an information page. While helpful, it does not mention that Firefox cannot be set as the default browser on Android versions below 8.
It would be clearer if this limitation were explicitly stated on that page.
Thank you for your attention, and best regards to the entire Firefox team.
Hello, I love the new mascot wallpaper on desktop (and I hope we get more), but when will we see the wallpapers on mobile? I also would would a downloadable version of th… (tuilleadh eolais)
Hello, I love the new mascot wallpaper on desktop (and I hope we get more), but when will we see the wallpapers on mobile? I also would would a downloadable version of those wallpapers. Thanks!
The latest crash: b1ad0fde-1882-41ce-9b80-4fd3e2c5ac20 java.lang.OutOfMemoryError: Failed to allocate a 134217744 byte allocation with 50331584 free bytes and 120MB unti… (tuilleadh eolais)
The latest crash:
b1ad0fde-1882-41ce-9b80-4fd3e2c5ac20 java.lang.OutOfMemoryError: Failed to allocate a 134217744 byte allocation with 50331584 free bytes and 120MB until OOM, target footprint 125474336, growth limit 201326592
* New Sentry Instance: https://sentry.io/organizations/mozilla/issues/?project=6375561&query=e9bad27f848049fca9e39dc6b2d0abd5 * Socorro: https://crash-stats.mozilla.org/report/index/bp-22da7755-1702-4479-8d06-ab0d60251118
java.lang.OutOfMemoryError: Failed to allocate a 134217744 byte allocation with 50331584 free bytes and 120MB until OOM, target footprint 125474336, growth limit 201326592 at java.util.Arrays.copyOf(Arrays.java:3578) at java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:120) at java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:95) at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:156) at kotlin.io.ByteStreamsKt.copyTo(IOStreams.kt:19) at kotlin.io.ByteStreamsKt.readBytes(IOStreams.kt:21) at mozilla.appservices.httpconfig.FetchBackend.sendRequest$lambda$3(FetchBackend.kt:6) at mozilla.appservices.httpconfig.FetchBackend.sendRequest(FetchBackend.kt:274) at mozilla.appservices.viaduct.uniffiCallbackInterfaceBackend$sendRequest$callback$makeCall$1.invokeSuspend(viaduct.kt:49) at mozilla.appservices.viaduct.uniffiCallbackInterfaceBackend$sendRequest$callback$makeCall$1.invoke(viaduct.kt:2) at mozilla.appservices.viaduct.uniffiCallbackInterfaceBackend$sendRequest$callback$makeCall$1.invoke(viaduct.kt:1) at mozilla.appservices.viaduct.uniffiCallbackInterfaceBackend$sendRequest$callback$$inlined$uniffiTraitInterfaceCallAsyncWithError$1.invokeSuspend(viaduct.kt:39) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:9) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:122) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:127) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@2104835, Dispatchers.Default]
HELP!!!!
Why is duck duck go or google appearing in firefox address bar even though i selected firefox as my default browser
I can't update Firefox on my android phone
You Firefox won't search on general terms it requires an exact address which is not always available
Juat got loads of pages shoved into my face and lost it.how do you work jn places like temu,?
This issue appears to be on Pixel Devices and not Samsung. I have a Pixel Tablet & Phone and the status bar above the new Tab Bar is the wrong color. On Samsung the s… (tuilleadh eolais)
This issue appears to be on Pixel Devices and not Samsung. I have a Pixel Tablet & Phone and the status bar above the new Tab Bar is the wrong color. On Samsung the status bar blends in with the rest of Firefox
It seems there is no fix in sight for this. It's been like this for months
Why MSN pages are not shown? I tried all suggestions on the web with no results. Instead of showing the MSN pages for the selected topic it always shows the main site pag… (tuilleadh eolais)
Why MSN pages are not shown? I tried all suggestions on the web with no results. Instead of showing the MSN pages for the selected topic it always shows the main site page.
I am using and like NordPass Password Manager and Digital Vault Extension on my Firefox for Windows 11, but it does not seem to be available for the Android version of Fi… (tuilleadh eolais)
I am using and like NordPass Password Manager and Digital Vault Extension on my Firefox for Windows 11, but it does not seem to be available for the Android version of Firefox that I have on my smartphone. Is there any plan to make that Extension available for Android Firefox?
I have a vivo pad 3, and when I'm using it in landscape mode, the firefox app would only occupy part of the screen, leaving the two sides empty. It used to work fine and … (tuilleadh eolais)
I have a vivo pad 3, and when I'm using it in landscape mode, the firefox app would only occupy part of the screen, leaving the two sides empty. It used to work fine and I don't know what made it to behave like this since I didn't touch the settings, and no other app is like this.
I'm using Fennec Firefox on mobile and I'm having this problem where my the page refreshes on the slightest touch. I'd like to turn this gesture off all together. I have … (tuilleadh eolais)
I'm using Fennec Firefox on mobile and I'm having this problem where my the page refreshes on the slightest touch. I'd like to turn this gesture off all together. I have done some research and found this code: document.addEventListener('touchstart', function(event) {
// Check for a swipe down gesture to prevent refresh action
if (event.touches.length > 0) {
// Prevent default action
event.preventDefault();
}
}, { passive: false });
document.addEventListener('touchmove', function(event) {
// Prevent default action to avoid refresh event.preventDefault();
}, { passive: false }); I put it into a java script extension and it worked, but then I wasn't able to scroll up or down. I don't know anything about java or python, so if someone could give me a hint or point me in the right direction that would be helpful. I am also looking through the source code of Firefox looking for answers.
My account recovery issues to step verification
Must I sign out from Mozilla support account settings before I can continue with my Firefox browser
Now, after the latest update (October 18 – 144.0 (Build #2016119303)), keyboard isn't "detected" by pages. So when KB is open, can't scroll to the bottom of the page. Or … (tuilleadh eolais)
Now, after the latest update (October 18 – 144.0 (Build #2016119303)), keyboard isn't "detected" by pages. So when KB is open, can't scroll to the bottom of the page. Or similarly, pages which have a message box at the bottom, KB overlays that box and everything below it. Quick test shows that only the New Tab screen and URL bar know about the keyboard status.
Hello, When I submit a payment for my driver's license on my state's website site, it always tells me that an error has occurred and to try again. I have retried it for 6… (tuilleadh eolais)
Hello, When I submit a payment for my driver's license on my state's website site, it always tells me that an error has occurred and to try again. I have retried it for 6 times with the same result. The web site states that I should be using version 38 of Firefox or higher but I don't know how to check for this. When I go into about Firefox there is just a long string of numbers 144.0.1 that continues from here. Is this version 144.0.1 higher than ver 38? Thank you in advance for your reply.
Previously, in the shortcut screen, you could swipe left right to display the other eight shortcuts. This no longer works. I have to tap showall to display all the shortc… (tuilleadh eolais)
Previously, in the shortcut screen, you could swipe left right to display the other eight shortcuts. This no longer works. I have to tap showall to display all the shortcuts. Additionally the showall setting should be remembered, you shouldn't have to do two taps to get to the second list. Firefox version info attached Galaxy S23 Ultra, SM-S918B/DS Android 16, one UI 8.0 Regards Rob Carter
Hello everyone! I have a slight issue with the website https://anime-bit.ru/ in Firefox on Android. When scrolling down the page, it doesn't load further, and images don'… (tuilleadh eolais)
Hello everyone! I have a slight issue with the website https://anime-bit.ru/ in Firefox on Android. When scrolling down the page, it doesn't load further, and images don't appear. It works fine in Firefox on desktop and in Chrome on Android. I'm not sure whether the problem is with the website or the browser.
I’m attaching a video demonstration of the issue. Would appreciate your confirmation or any suggestions!