开发者

Webkit Desktop Notifications in IE

开发者 https://www.devze.com 2023-03-23 05:39 出处:网络
Is there anything similar to the Webkit Desktop Notifications that can be used in IE (i.e. notification appearing above taskbar). I an working on a small project in Chrome using the notifications howe

Is there anything similar to the Webkit Desktop Notifications that can be used in IE (i.e. notification appearing above taskbar). I an working on a small project in Chrome using the notifications however it now appears that I may be forced to used IE instead.

The notifications are a pretty integral part of the service so I was wondering in there was anything I could use in IE.

Any ideas? Any version of IE is fine at this point (although IE8 and IE9 solutions most applicable, probably). Also, since this will be deployed on a large number of computers, the easier the deployment, t开发者_如何学编程he better.


HTML5 Desktop Notifications is a small library that unifies the HTML5 Notifications APIs across different browsers including IE9 & IE10.

Some limitations:

  • Notifications could not be "styled" - Only icon(for some browsers and OS), title and body could be changed.
  • IE9+ supports *.ico file types only for an overlay icon. No notification title or notification description. Recommended icon size is 16px x 16px.

Webkit Desktop Notifications in IE

Edit: Here is another resource: http://ukot.github.io/ie_web_notifications/ but I admit I couldn't get their demo working on my IE11 installation.


Nope. You would need to write your own plug-in to do that.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号