firefoxfirefox-addonfirefox-addon-webextensionsfirefox-android

WebExtensions on Firefox for Android: is it possible to use some analogue of context menu?


I installed my extension on Firefox for Android and not found any analogue of the context menu. Documentation about context menu and development of extensions for Android is not mention it. The page about supported APIs looks like missing contextMenus too.


Solution

  • The contextMenus API is now called "menus". There is no support on Android yet, see https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/menus

    Relevant bugs: