Coder Social home page Coder Social logo

Comments (7)

 avatar commented on August 25, 2024 2

Nevermind. You're right. This is an upstream issue that only Mozilla can do anything about:

https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#mv3-compatibility

host_permissions doesnt exist in ff for android
EDIT: how did i missread the host permissions one so horribly

from scratchaddons.

WorldLanguages avatar WorldLanguages commented on August 25, 2024 2

One of the errors in the release version is Uncaught TypeError: chrome.contextMenus is undefined. Most likely, that's causing the background page to crash.

from scratchaddons.

 avatar commented on August 25, 2024 2

host_permissions doesnt exist in ff for android

That is not quite correct. It is true that FF for Android doesn't immediately prompt the user to accept mandatory host permissions after install, but that is also the case in desktop Firefox when loading from source. And if everything works well, interacting with the extension should open a new tab that asks the user to grant the permissions.

My bad - Somehow I misread the no visual indicator bug as host permissions not existing in FF for android

from scratchaddons.

Samq64 avatar Samq64 commented on August 25, 2024 1

Related: #6876 (comment)

from scratchaddons.

 avatar commented on August 25, 2024

The popup page doesn't load. Seems to be the reason.

Due to the fact that the extension popup is technically iframed, I'm on high assumption that ScratchAddons is getting stuck at trying to open the permission request page, but due to the way that Firefox handles extension popups (on Android), SA is just unable to open the page and freezes.

Though just to be sure - Have you seen the permissions page after opening the popup? It sounds like you have, mostly since you mention attempting enabling addons (which doesn't appear to be possible due to the fact that none load on the settings page anyway)

Edit: although again this is just a guess

from scratchaddons.

Sid72020123 avatar Sid72020123 commented on August 25, 2024

Yes. That can be the issue.

But before the new update, it used to work fine and the popup used to work. I even opened the settings page and changed the settings then...

Looks like the issue is with Firefox Android browser itself...

from scratchaddons.

WorldLanguages avatar WorldLanguages commented on August 25, 2024

host_permissions doesnt exist in ff for android

That is not quite correct. It is true that FF for Android doesn't immediately prompt the user to accept mandatory host permissions after install, but that is also the case in desktop Firefox when loading from source. And if everything works well, interacting with the extension should open a new tab that asks the user to grant the permissions.

from scratchaddons.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.