From c6d1f26dd652045836308cad98b0358307ad1448 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:58:46 +0000 Subject: [PATCH 1/2] Initial plan From 8845cbd5b073030b2f79e7fc06b77010152d54a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:05:03 +0000 Subject: [PATCH 2/2] Add want: consistent browser share functionality Co-authored-by: aarongustafson <75736+aarongustafson@users.noreply.github.com> --- wants/88dc9636-de4e-4dc3-ba41-225ed379eb30.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 wants/88dc9636-de4e-4dc3-ba41-225ed379eb30.md diff --git a/wants/88dc9636-de4e-4dc3-ba41-225ed379eb30.md b/wants/88dc9636-de4e-4dc3-ba41-225ed379eb30.md new file mode 100644 index 0000000..4c974ef --- /dev/null +++ b/wants/88dc9636-de4e-4dc3-ba41-225ed379eb30.md @@ -0,0 +1,27 @@ +--- +title: I want browsers to provide a more consistent user experience for the Web Share API +date: 2025-11-01T14:59:37.039Z +submitter: Arne Hassel +number: 88dc9636-de4e-4dc3-ba41-225ed379eb30 +tags: + - api + - browsers + - ux +discussion: https://github.com/WebWeWant/webwewant.fyi/discussions/0 +status: discussing +related: + - title: Web Share API Specification + url: https://www.w3.org/TR/web-share/ + type: spec + - title: Web Share API on MDN + url: https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_API + type: article +--- + +I frequently use the share functionality in mobile browsers to share URLs with different apps, typically switching between two or more apps depending on the context. Both Chrome and Firefox on Android automatically show the last app I shared to, but when I need to share to a different app, I have to expand the share menu to access more options. + +Currently, Firefox displays a list of recently used apps in the share menu, which works perfectly for my use case. Chrome, however, doesn't provide this convenience, showing only the most recent target. + +I would like browsers to make it easier for end-users to configure the share menu and to render the sharing interface more consistently across browsers. This would improve the user experience when using the Web Share API and make it more predictable regardless of which browser I'm using. + +While this may seem like primarily an end-user concern rather than a developer feature request, consistency in how browsers implement web platform APIs like Web Share affects both the developer experience when building features and the user experience when using them. Standardizing the share menu behavior would benefit everyone working with and using the web platform.