Michael van Ouwerkerk
Michael van Ouwerkerk
I'm still looking into this, but one thing comes to mind. As actions are only supported on persistent notifications, the nullable text reply could be more narrowly scoped by setting...
@hober This is for persistent notifications, which are generated from service workers, and those may run in the background without any browser window being open.
Thanks Anne, I've cleaned it up a bit as discussed. Of note: - Just return the selected URL, do not expose getters for the multiple inputs. - As input and...
CC @beverloo @foolip @mounirlamouri @xxyzzzq in case there's something really crazy in here. If necessary we can probably align a detail or two as needed in a followup change.
On Android you can set [visibility](http://developer.android.com/reference/android/app/Notification.html#visibility) to public (all content visible), secret (no notification visible at all), or private (redacted visibility) which is the default. It also provides an optional...
Yes an enum would capture the Android feature set better. I'm not sure what, if anything, other platforms expose for this. It would be nice to have at least one...
A background image could also be used for Wear devices. Currently, they fall back to using the notification icon, but that is often not of sufficiently high resolution, and looks...
I'd like to split off the discussion of small icons into issue #65.
I've been prototyping multiple image definitions in Chrome, and so far the Manifest syntax seems like a good match. The idl would look like this: ``` webidl dictionary NotificationIcon {...
The concept of `platform` doesn't seem to fully address the problem. An OS has a `theme` and OS themes and OS versions do not have a 1:1 relationship. A theme...