Webkit Desktop Notifications in IE
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.
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.
精彩评论