This repository was archived by the owner on Nov 1, 2022. It is now read-only.
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
Create component for showing browser context menu #1272
Closed
Description
In the reference browser we want to show a context menu when long-pressing on web content:
For example:
- As a User I want to be able to long press on any image in web content to open it in a new tab reference-browser#101 (Open Image In New Tab)
- As a User I want to be able to long press on any link in web content to download it reference-browser#100 (Download Link)
- As a User I want to be able to long press on any image in web content to download it reference-browser#104 (Download Image)
- As a User I want to be able to long press on any image in web content to share it to another application reference-browser#103 (Share Image)
It's likely that we want to split this into multiple things:
- A
browser-contextmenu
component that can show a context menu with dynamic entries (likebrowser-menu
) - with matchingconcept-contextmenu
component. - A
feature-contextmenu
component that sets everything up, that can add/customize some standard actions (seefeature-awesomebar
and providers)
┆Issue is synchronized with this Jira Task