Skip to content

Commit 8845cbd

Browse files
Add want: consistent browser share functionality
Co-authored-by: aarongustafson <75736+aarongustafson@users.noreply.github.com>
1 parent c6d1f26 commit 8845cbd

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: I want browsers to provide a more consistent user experience for the Web Share API
3+
date: 2025-11-01T14:59:37.039Z
4+
submitter: Arne Hassel
5+
number: 88dc9636-de4e-4dc3-ba41-225ed379eb30
6+
tags:
7+
- api
8+
- browsers
9+
- ux
10+
discussion: https://github.com/WebWeWant/webwewant.fyi/discussions/0
11+
status: discussing
12+
related:
13+
- title: Web Share API Specification
14+
url: https://www.w3.org/TR/web-share/
15+
type: spec
16+
- title: Web Share API on MDN
17+
url: https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_API
18+
type: article
19+
---
20+
21+
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.
22+
23+
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.
24+
25+
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.
26+
27+
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.

0 commit comments

Comments
 (0)