Add support for webkitNotifications?
xiangwangfeng opened this issue · 5 comments
We do support (local) HTML5 Notifications please see the examples
External (Safari) notifications via apple's APN server are not supported, because this is restricted to a app pushed to the Mac AppStore wich WebShell itself isn't
Standard html5 notification is supported from chrome45,IE8,FireFox42.
So in order to support more browser, some web-app may decide to use navigator.webkitNotification instead of standard html5 Notification in old browser. Isn't it better to support more nonstandard notification api?
What's the difference between navigator.webkitNotification and the official one.
We fully support the html5 notification
webkitNotification
was only supported by Android Browser. I think it unnecessary to be supported in WebShell