[Webkit-unassigned] [Bug 245190] [GLib] Support push notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 13:39:59 PDT 2022


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at gnome.org
            Summary|(push) notifications in     |[GLib] Support push
                   |Outlook online don't work   |notifications

--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
OK, so I think the problem here is these are push notifications. Take a look at https://webkit.org/blog/12945/meet-web-push/ to get an idea for how this works on Apple platforms. Setting up our own push server is surely not going to happen (even if we did, it looks like websites would just not support it) so we'd need to find a way to use push.apple.com. I'm not sure if that's possible or not, but it certainly looks like we're probably not intended to do that? Investigating that seems like the next step. I kinda suspect this is going to be yet another proprietary web feature that won't work outside the major browsers, but would love to be proven wrong....

We'd also need a new daemon equivalent to Apple's webpushd, but we are operating system developers, that would be the easy part.

-- 
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/20220914/ec631042/attachment.htm>


More information about the webkit-unassigned mailing list