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.
Asked
Active
Viewed 550 times
0

Vitaly Zdanevich
- 13,032
- 8
- 47
- 81
1 Answers
2
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:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363017 Implement contextMenus.remove WebExtension API method on android
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363018 Implement contextMenus.removeAll WebExtension API method on android
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363019 Implement contextMenus.update WebExtension API method on android
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363020 Implement contextMenus.onClicked WebExtension API event on android
- https://bugzilla.mozilla.org/show_bug.cgi?id=1269062 [tracking] ContextMenus API support for Android WebExtensions
- https://bugzilla.mozilla.org/show_bug.cgi?id=1363016 Implement contextMenus.create WebExtension API method on android

Smile4ever
- 3,491
- 2
- 26
- 34