I’ve been using GMail’s web interface as my primary email client for a good while now. The favicon number showing the amount of unread mail, alongside the desktop notifications popping up, letting me know that I just have received new mail, I haven’t needed anything else. Anyways, since Vaadin should be able to imitate apps like GMail equally good, if not even better, I thought Vaadin needed these desktop notifications too. So I coded them!
It is an extension nowadays, so you’ll want to use the protected “UI.addExtension()” method to attach it (see
example ).
But from what I remember, Chrome has modified the API on the desktop notifications, and I haven’t had the inspiration to modify the addon accordingly, so it probably won’t currently work anyways.
Hi , is there a maven dependency that support vaadin 6 ?
or anything else in vaadin 6 that helps to achive the goal "notification should appear even the browser tab is minimized " ?