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

new tab opening unprompted

The same website opens repeatedly in a new tab. It's a trusted website (public library). I've run a virus scan and looked for solutions but can't find the problem. Any id… (читать ещё)

The same website opens repeatedly in a new tab. It's a trusted website (public library). I've run a virus scan and looked for solutions but can't find the problem. Any ideas please?

Задан Sarah 1 год назад

Дан ответ Sarah 1 год назад

  • Решено
  • Архивировано

Moving bookmarks

Firefox - Android I don't seem to have an option to move a bookmark into a new bookmark folder.There is supposed to be an option in the menu (after you click and hold th… (читать ещё)

Firefox - Android I don't seem to have an option to move a bookmark into a new bookmark folder.There is supposed to be an option in the menu (after you click and hold the selected bookmark) but the menu only has 3 options - 'open in new tab  :. open in private tab. :. Delete. '. -. Am I missing something ? Can anyone help

Задан mikeburnell 1 год назад

Дан ответ mikeburnell 1 год назад

  • Закрыто
  • Архивировано

Crash when upload file to website

Crashing when ever upload any file to website, already given all permission (storage also) log : 5b098f11-bfb4-48b6-b037-ba58142b0e6a java.lang.RuntimeException: … (читать ещё)

Crashing when ever upload any file to website, already given all permission (storage also)


log :

5b098f11-bfb4-48b6-b037-ba58142b0e6a java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=7113, result=-1, data=Intent { dat=content://com.android.externalstorage.documents/document/0147-1DEB:Profile.pdf flg=0x1 }} to activity {org.mozilla.firefox/org.mozilla.firefox.App}: java.lang.SecurityException: com.android.externalstorage has no access to content://media/0147-1deb/file/3242


java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=7113, result=-1, data=Intent { dat=content://com.android.externalstorage.documents/document/0147-1DEB:Profile.pdf flg=0x1 }} to activity {org.mozilla.firefox/org.mozilla.firefox.App}: java.lang.SecurityException: com.android.externalstorage has no access to content://media/0147-1deb/file/3242 at android.app.ActivityThread.deliverResults(ActivityThread.java:5864) at android.app.ActivityThread.handleSendResult(ActivityThread.java:5903) at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:54) at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2438) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:226) at android.os.Looper.loop(Looper.java:313) at android.app.ActivityThread.main(ActivityThread.java:8663) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135) Caused by: java.lang.SecurityException: com.android.externalstorage has no access to content://media/0147-1deb/file/3242 at android.os.Parcel.createExceptionOrNull(Parcel.java:2437) at android.os.Parcel.createException(Parcel.java:2421) at android.os.Parcel.readException(Parcel.java:2404) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190) at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:153) at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:780) at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2034) at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1849) at android.content.ContentResolver.openInputStream(ContentResolver.java:1525) at mozilla.components.browser.engine.gecko.prompt.GeckoPromptDelegate.access$toFileUri(GeckoPromptDelegate.kt:22) at mozilla.components.browser.engine.gecko.prompt.GeckoPromptDelegate$onFilePrompt$onSelectSingle$1.invoke(GeckoPromptDelegate.kt:4) at mozilla.components.feature.prompts.file.FilePicker$onActivityResult$1.invoke(FilePicker.kt:25) at mozilla.components.feature.prompts.PromptFeatureKt.consumePromptFrom(PromptFeature.kt:9) at mozilla.components.feature.prompts.PromptFeature.onActivityResult(PromptFeature.kt:18) at mozilla.components.support.base.feature.ViewBoundFeatureWrapper.onActivityResult(ViewBoundFeatureWrapper.kt:3) at org.mozilla.fenix.browser.BaseBrowserFragment.onActivityResult(BaseBrowserFragment.kt:6) at org.mozilla.fenix.HomeActivity.onActivityResult(HomeActivity.kt:5) at android.app.Activity.dispatchActivityResult(Activity.java:8659) at android.app.ActivityThread.deliverResults(ActivityThread.java:5857) ... 13 more

Задан Mohit 1 год назад

Последний ответ от Paul 1 год назад

  • Закрыто
  • Архивировано

What are the intended uses for: media.volume_scale, media.default_volume, media.hardwaremediakeys.enabled ?

I am not sure this is the right forum to be asking all of the questions below but .. I am starting here and will be guided by your feedback if only some questions can be … (читать ещё)

I am not sure this is the right forum to be asking all of the questions below but .. I am starting here and will be guided by your feedback if only some questions can be answered here.

All my questions pertain to Firefox Nightly on Android. 101.0a1 (Build #2015874793) It is my hope that the Q&A might help other users of Firefox Nightly on Android.

  1. (generic) Where will I find discussion of or documentation (specifications, user manual, usage notes, self-documenting source code, etc.) for the various Firefox settings accessible via about:config ?
  2. (specific) What is the intended use scenario for the media.volume_scale setting?
  3. (specific) What is the intended use scenario for the media.default_volume setting?
  4. (specific) What is the intended use scenario for the media.hardwaremediakeys.enabled setting?
  5. (generic) Is it reasonable to expect that a browser be able to determine either the RMS or Peak loudness of the src for a media element and mute (i.e. set ~.volume=0) if that loudness is above some user specified level? For example:
    • Might there be metadata within the file header that describes loudness just as there is metadata that describes duration?
    • Might parsing just the first 3-5 seconds of the file be sufficiently manageable to estimate loudness without grossly impacting page load-time or grossly taxing the CPU?
    • Might the default action be to set ~.volume=0 until such time as the browser has parsed the entire src to determine actual RMS loudness .. and only then restore ~.volume to user-prescribed maximum permitted volume iff RMS loudness is below a user prescribed threshold? (the bigger the file the longer that media is muted before it can be potentially unmuted!)

Thank you, in advance, for any time you spend responding to my questions. I am especially appreciative of links that I can follow to find answers for myself rather than being spoon-fed answers on a specific case by case basis.

Задан najevi1 1 год назад

Последний ответ от Paul 1 год назад

  • Решено
  • Архивировано

PDF Download

In the recent update, there is a new feature which allowed people to view pdf directly in the browser rather than downloading it. Ever since this was implemented, I am no… (читать ещё)

In the recent update, there is a new feature which allowed people to view pdf directly in the browser rather than downloading it. Ever since this was implemented, I am not able to download any pdf, instead it keeps opening up the pdf in another tab which is not what I'm trying to do. Is there a way to fix this?

Задан Shamil 6 месяцев назад

Дан ответ Paul 6 месяцев назад

  • Решено

Firefox Desktop view on Tablet

Im really trying to understand how web broswer company that has been around since maybe 2002, has not make a firefox version for android tablet, version for firefox for p… (читать ещё)

Im really trying to understand how web broswer company that has been around since maybe 2002, has not make a firefox version for android tablet, version for firefox for pc,firefox for mac firefox for android phone, but there is none for an android tablet. Please help me understand why?

Задан KFCBrownBruhLA Los Ang 1 месяц назад

Дан ответ Paul 1 месяц назад

  • Решено
  • Архивировано

bookmarks

I am trying to import bookmarks from my PC to my new tablet. The connect and sync function is not working. How can do this? PC to Android.

Задан mikeinfl2 1 год назад

Дан ответ Paul 1 год назад

  • Решено
  • Архивировано

Corrupted Downloads?

Ever tried to download a file through firefox and then pause it to resume it after sometime and end up having the rest of the file being downloaded in an instant but upon… (читать ещё)

Ever tried to download a file through firefox and then pause it to resume it after sometime and end up having the rest of the file being downloaded in an instant but upon opening realise the file has been corrupted. I am facing this issue like so frequently it has become like a norm that pausing a downloading file will give a corrupted one for sure. And please note that other browsers don't reproduce the issue infact the links are pause supported in all aspects

Задан Kumar Arnim 1 год назад

Дан ответ Kumar Arnim 1 год назад

  • Решено
  • Архивировано

add-on s don't work

I installed ublock origin. But it doesn't work now, where it used to work. If I click to go to its page, no web is loaded. Re-installing doesn't help. the same situation … (читать ещё)

I installed ublock origin. But it doesn't work now, where it used to work. If I click to go to its page, no web is loaded. Re-installing doesn't help. the same situation happends to other ad block add-ons.

Задан blinkripplezw 7 месяцев назад

Дан ответ James 7 месяцев назад

  • Решено
  • Архивировано

Server error

Why do I keep getting a server error message when trying to access a link? Error message received: ip: 102.129.152.219 date: Tue Apr 26 2022 14:50:40 GMT-040… (читать ещё)

Why do I keep getting a server error message when trying to access a link?

Error message received:

ip: 102.129.152.219

date: Tue Apr 26 2022 14:50:40 GMT-0400 (Eastern Daylight Time)

url: https://thecollegefix.us10.list-manage.com/track/click?u=90378351ae56a868ffa8680ae&id=bc2587b522&e=b37f61ea2e

user agent: Mozilla/5.0 (Android 11; Mobile; rv:99.0) Gecko/99.0 Firefox/99.0

Задан Chefloon 1 год назад

Дан ответ Paul 1 год назад

  • Решено
  • Архивировано

Open link in another app disable popup Firefox Nightly for Android

Currently using Firefox Nightly version 111.0a1 for Android now when trying to open a link in another app it always shows a popup to confirm. This was not present in pre… (читать ещё)

Currently using Firefox Nightly version 111.0a1 for Android now when trying to open a link in another app it always shows a popup to confirm.

This was not present in previous releases and I don't know if there is a way to prevent this popup as it makes it uncomfortable. Is there an option I may be missing to disable this feature? If not, could an option like this be introduced?

Thanks and regards

Задан chetitos 8 месяцев назад

Дан ответ chetitos 5 месяцев назад

  • Решено
  • Архивировано

小米手机安全键盘会造成火狐浏览器卡死,有时还会自动退出

手机:小米11pro 中国版 miui版本:12.5.12 火狐浏览器版本:google play 版 92.1.1

描述:在火狐中打开只要是输入密码的网页,手机调用小米安全键盘,浏览器就会卡主,有时会卡死。 这种现象100%出现,希望你们检查一下,我同时也向小米公司反馈了,小米还没有答复。

Задан a7728588 2 года назад

Дан ответ Paul 1 год назад

  • Решено
  • Архивировано

Cannot rename Bookmarks on a Android 11 phone

I cannot rename saved Bookmarks. I can go through the process but after finishing, the Bookmark is NOT renamed in the Bookmarks list. This is very inconvenient. This nee… (читать ещё)

I cannot rename saved Bookmarks. I can go through the process but after finishing, the Bookmark is NOT renamed in the Bookmarks list.

This is very inconvenient. This needs to be fixed. I am using a Samsung Galaxy A12 phone.

Another unrelated question is concerning coping and pasting URLS. I can't paste them elsewhere but I guess that needs to be addressed separetly.

Wayne Carpenter

Задан Wayne Carpenter 1 год назад

Дан ответ peter404 1 год назад