Отображение вопросов с тегом: Показать все вопросы

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… (читать ещё)

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.

Задан Ahmed 3 часа назад

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… (читать ещё)

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.

Задан jorgemo341 8 часов назад

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… (читать ещё)

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.

Задан siqi Liu 2 дня назад