Showing questions tagged: Show all questions
  • Archived

Seeking Guidance on Native App Communication in Firefox Android Add-On Development

I am working on an extension/add-on Firefox for android. Our extension wants to communicate with a native app and fetch data from there. I tried nativeMessaging but it i… (read more)

I am working on an extension/add-on Firefox for android. Our extension wants to communicate with a native app and fetch data from there. I tried nativeMessaging but it is not supported by Firefox. . While researching, I came across articles discussing Firefox's 120 build, which is expected to provide enhanced support for add-ons. However, I couldn't find any information regarding native app communication in these resources. I'm seeking assistance or guidance from someone who may have insights into this matter.

Asked by diwakar ram 1 year ago

Last reply by Paul 1 year ago

  • Archived

`window.open()` not working as expected

Hello i have a website uses window.open(), my problem is that window.open() is working differently for the mobile version of firefox. in my case, window.open() is only … (read more)

Hello i have a website uses window.open(), my problem is that window.open() is working differently for the mobile version of firefox.

in my case, window.open() is only returning null even when the pop up window is successfully opened.

it is said in the documentation that when window.open() returns null, that means the window is not successfully opened.

Asked by lambarteephraim 1 year ago

Last reply by Paul 1 year ago