[Webkit-unassigned] [Bug 245854] New: navigator.share never returns its promise when "Save Image" selected.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 16:08:03 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=245854

            Bug ID: 245854
           Summary: navigator.share never returns its promise when "Save
                    Image" selected.
           Product: WebKit
           Version: Safari 16
          Hardware: iPhone / iPad
                OS: iOS 16
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: westbrook.johnson at gmail.com
                CC: sabouhallawa at apple.com

When using `navigator.share()` if the visitor selects "Save Image" the promise is never resolved, so success/failure UI can never accurately be delivered. 

Reproduction:
1. In iOS
2. Visit https://w3c.github.io/web-share/demos/share-files.html
3. "Choose Files" so that at least one image is in the UI
4. Click "Share"
5. Choose "Save Image"
6. See the promise never return for a success message to be shared.

Expected:
1. In iOS
2. Visit https://w3c.github.io/web-share/demos/share-files.html
3. "Choose Files" so that at least one image is in the UI
4. Click "Share"
5. Choose "Copy"
6. See the "Successfully sent share" copy applied.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220929/e308e22a/attachment-0001.htm>


More information about the webkit-unassigned mailing list