Open
Bug 1653481
(webshare)
Opened 4 years ago
Updated 2 years ago
[Meta] Implement and maintain WebShare API
Categories
(Core :: DOM: Core & HTML, task, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: marcosc, Unassigned)
References
(Depends on 9 open bugs)
Details
(Keywords: dev-doc-needed, meta)
This bug is for grouping Web Share API related things, particularly DOM things.
Reporter | ||
Updated•4 years ago
|
Alias: webshare
Updated•4 years ago
|
Keywords: dev-doc-needed
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P5
Comment 1•4 years ago
|
||
16:36:34.535 navigator.canShare
16:36:34.580 undefined
16:36:51.312 navigator.share()
16:36:51.372
Promise { <state>: "rejected", <reason>: DOMException }
16:36:51.374
Uncaught (in promise) DOMException: Navigator.share: Document's Permission Policy does not allow calling share() from this context.
Firefox seems to expose navigator.share() but it doesn't seem to work
https://github.com/webcompat/web-bugs/issues/68473
Is it normal?
Updated•4 years ago
|
See Also: → https://webcompat.com/issues/68473
Comment 2•4 years ago
|
||
I think it's supposed to work, mind filing a bug about comment 1? See bug 1402369.
Comment 3•4 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #2)
I think it's supposed to work, mind filing a bug about comment 1? See bug 1402369.
I filed Bug 1701841
Updated•4 years ago
|
Updated•3 years ago
|
Webcompat Priority: --- → ?
Updated•3 years ago
|
Webcompat Priority: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•