top | item 2146090

Desktop notifications in for gmail in chrome/webkit

23 points| jjcm | 15 years ago |gmailblog.blogspot.com | reply

9 comments

order
[+] xtacy|15 years ago|reply
The window looks a little horrible on Mac. Why can't they use Growl notifications just like other apps do?
[+] willscott|15 years ago|reply
The notifications are allowed to be full webpages - which can then communicate back to the parent window. (or extension)

This will be a reasonable alternative to modal dialogs for chrome extensions initially, and eventually for web apps in general. (if it gets adopted by other browsers)

http://www.html5rocks.com/tutorials/notifications/quick/

[+] vlod|15 years ago|reply
Anybody know how this works? Will my web-app be able to send notifications to the desktop? I assume so if it's going to be cross browser.
[+] minhajuddin|15 years ago|reply
This works only in chrome, your web-app can also do this, but the user will have to authorize your web-apps use of this. I wrote a small chrome reminder extension which used these notifications => https://github.com/minhajuddin/quickr . That should show you how to create a notification from your app.