My web application uses the Notification API.
I thought KitKat's Chrome browser was supposed to have it, or at least the old webkitNotifications. But both window.Notification and window.webkitNotifications are undefined in my tests in Chrome in Android 4.4.
Is there a way to push notifications from the browser to the user when the browser isn't visible in Android 4.4 ? Or do I still have to embed my web app in an Android application to achieve this ? Of course I'm open to other solutions than the HTML5 Notification API, as long as they're practical for my users (no flash). Or to a reliable webkit based alternative to Chrome and having a notification API.