[Meta] Web Share Target
Categories
(Firefox for Android :: PWA, enhancement)
Tracking
()
People
(Reporter: cpeterson, Unassigned)
Details
From github: https://github.com/mozilla-mobile/fenix/issues/5783.
Related Meta: #328
Why/User Benefit/User Problem
PWAs may want to receive data from other apps, such as sharing a URL to Twitter or sharing an image to Squoosh. Web Share Target lets installed PWAs show up as entries in the Android share sheet.
What/Requirements
PWAs that define a ShareTarget in their web app manifest will show up as entries in the Android share sheet.
We can use Sharing Shortcuts to display entries in the share sheet dynamically. Note that this is different to Chrome's WebAPKs, since those are signed APK files that can create static share entries. We can use Direct Share (normally used to let users share to a specific person) to support Web Share Target on Android 6 and above.
- 1586158: Parse ShareTarget in web app manifest in Gecko
- mozilla-mobile/android-components#4636: Add ShareTarget to WebAppManifest
- mozilla-mobile/android-components#4637: Display Sharing Shortcuts for PWAs
- mozilla-mobile/android-components#4638: Support share targets in Trusted Web Activities
- 1586157: Support opening pages with a POST request in GeckoView
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
| Reporter | ||
Updated•3 years ago
|
Description
•