Webshare API support for files, eg. Images
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: csadilek, Unassigned)
References
(Blocks 1 open bug)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/11745.
Firefox Android does not accept
navigator.share
that has files in it.Test method:
Using https://w3c.github.io/web-share/demos/share-files.html
- Upload an image
- Click 'share'
- The site reports:
Error: File sharing is not supported in this browser.
Although this is marked as closed, and the
files
parameter mentioned, the feature is not implemented.https://github.com/mozilla-mobile/android-components/issues/3486
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
I cannot find a bug about file support. According to https://searchfox.org/mozilla-central/rev/0e3779abe6ad44feb787a295fbb67bc9fe4e927a/dom/base/Navigator.cpp#1527-1531, this is TODO item, but I cannot find it.
Description
•