Showing questions tagged: Show all questions
  • Solved
  • Archived

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

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?

Asked by Sarah 1 year ago

Answered by Sarah 1 year ago

  • Solved
  • Archived

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

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

Asked by mikeburnell 1 year ago

Answered by mikeburnell 1 year ago

  • Locked
  • Archived

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

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

Asked by Mohit 1 year ago

Last reply by Paul 1 year ago

  • Locked
  • Archived

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

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.

Asked by najevi1 1 year ago

Last reply by Paul 1 year ago

  • Solved
  • Archived

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

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?

Asked by Shamil 8 months ago

Answered by Paul 8 months ago

  • Solved

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

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?

Asked by KFCBrownBruhLA Los Ang 3 months ago

Answered by Paul 3 months ago

  • Solved

Firefox 120

Version 120 (PC) continuously crashes and asks me to refresh and nothing happens (including after rebooting) so I had no choice to uninstall. I normally trust your update… (read more)

Version 120 (PC) continuously crashes and asks me to refresh and nothing happens (including after rebooting) so I had no choice to uninstall. I normally trust your updates but I'm really regretting this one. Can you help me not switch over to chrome? Maybe you're already aware of this bug and will have it fixed soon.

Asked by carl.smmns 6 days ago

Answered by carl.smmns 4 days ago

  • Solved
  • Archived

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

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

Asked by Kumar Arnim 1 year ago

Answered by Kumar Arnim 1 year ago

  • Solved
  • Archived

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

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.

Asked by blinkripplezw 9 months ago

Answered by James 9 months ago

  • Solved
  • Archived

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

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

Asked by chetitos 10 months ago

Answered by chetitos 7 months ago

  • Solved

Addon

I have the xpi android file for check4change in my android but don't know how to add to the add-on on Firefox, i tried to open the xpi file using file manager but no opti… (read more)

I have the xpi android file for check4change in my android but don't know how to add to the add-on on Firefox, i tried to open the xpi file using file manager but no option of Firefox in file manager to run the xpi file. Need help please

Asked by A J 1 week ago

Answered by A J 1 week ago

  • Solved
  • Archived

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

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

Asked by Chefloon 1 year ago

Answered by Paul 1 year ago

  • Solved

https://www.powerball com comes up as BLOCKED

About 90% of the time, when I try to go to powerball.com on my android (12), it displays a message that "The request is blocked". I don't know what the issue is but it's… (read more)

About 90% of the time, when I try to go to powerball.com on my android (12), it displays a message that "The request is blocked".

I don't know what the issue is but it's incredibly frustrating when I'm trying to check my numbers and I can't access this site.

What can I do to fix this?

Asked by Darren 3 months ago

Answered by Darren 2 months ago

  • Solved

what's the secret to Mozilla search bar?

I search for "desktop" and it returns "Web pages" "page" along with desktop. None of the 81 results answer the query, "what is the desktop site?" in settings. Why? Why r… (read more)

I search for "desktop" and it returns "Web pages" "page" along with desktop. None of the 81 results answer the query, "what is the desktop site?" in settings. Why? Why return random words? Why don't Boolean operators work? Please tell me the trick to searching, it's becoming a daily routine.

Asked by andy 2 months ago

Answered by andy 2 months ago