[Webkit-unassigned] [Bug 186265] New: Implement inline replies for web notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 03:50:05 PDT 2018


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

            Bug ID: 186265
           Summary: Implement inline replies for web notifications
           Product: WebKit
           Version: Safari 11
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Service Workers
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: awdf+bugzilla at chromium.org

We intend to extend the Notifications API to allow developers to show notifications that let users type a reply within the notification itself,
 and deliver this reply back to the service worker in the notificationclick event.

 See the spec change pull request at  https://github.com/whatwg/notifications/pull/132
 and explainer here: https://github.com/anitawoodruff/inline-notification-replies

Safari could implement this on Mac using the NSUserNotification API by setting the hasReplyButton property to 'true' - see https://developer.apple.com/documentation/foundation/nsusernotification#//apple_ref/occ/instp/NSUserNotification/hasReplyButton

-- 
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/20180604/8cf1a295/attachment.html>


More information about the webkit-unassigned mailing list