Why don't I see my page action in my addon?

Hi,

I created a WebExtension and I cannot see my page action.

What am I doing wrong?
Thank you

According to this:

While browser actions are displayed by default, page actions are hidden by default. They can be shown for a particular tab by calling pageAction.show(), passing in the tab’s ID.

Look into this if you want to display your page action into every page.

1 Like

Awesome! Thank you @Kenny_D it works!!!

Now one more thing: why does it not show the page action on Android Firefox? :smiley: I use Firefox 55. Is this a bug or am I doing something wrong?

Not sure about that because according to this, it should be in Firefox Android 50+

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs#pageAction

1 Like

I only run Nightly… so I am on v55