Open
Bug 1983395
Opened 4 months ago
Updated 3 months ago
Web share: navigator.canShare giving untrue results
Categories
(Core :: DOM: Web Share, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: bart, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:141.0) Gecko/20100101 Firefox/141.0
Steps to reproduce:
- Enable dom.webshare.enabled in about:config
- Run
navigator.canShare({ url: "https://example.com" });, see returned value - If true, run
navigator.share({ url: "https://example.com" });as result of a user interaction, see result
Actual results:
trueis returned- promise is rejected with "DomException: Operation is not supported"
Expected results:
Either false is returned at step 2, or true is returned and share action resolves successfully.
Comment 1•4 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Updated•4 months ago
|
Severity: -- → S3
Updated•3 months ago
|
Component: DOM: Core & HTML → DOM: Web Share
You need to log in
before you can comment on or make changes to this bug.
Description
•