[Webkit-unassigned] [Bug 194593] New: Feature Request: Add support for Web Share Target API extension of Web App Manifest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 08:38:30 PST 2019


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

            Bug ID: 194593
           Summary: Feature Request: Add support for Web Share Target API
                    extension of Web App Manifest
           Product: WebKit
           Version: Safari 12
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tomac at google.com

Following the implementation of the Web Share API (https://bugs.webkit.org/show_bug.cgi?id=171100), the next logical step could be the implementation of the Web Share Target API (https://wicg.github.io/web-share-target/), which in fact is an extension (https://wicg.github.io/web-share-target/#extension-to-the-web-app-manifest) of Web App Manifest (https://www.w3.org/TR/appmanifest/). 

Companies like Twitter use this already (https://mobile.twitter.com/manifest.json):


```
[...]
"share_target": {
        "action": "compose/tweet",
        "params": {
                "title": "title",
                "text": "text",
                "url": "url"
        }
},
[...]
```

-- 
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/20190213/b3f2712a/attachment-0001.html>


More information about the webkit-unassigned mailing list