Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions wants/88dc9636-de4e-4dc3-ba41-225ed379eb30.md
Original file line number Diff line number Diff line change
@@ -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.