On Mon, Mar 25, 2013 at 2:48 PM, Alexander Karelas <[email protected]> wrote: > Take the "github" website for example. It's got notifications, but no native > client (at least not for Linux). How will I know that a new notification is > worth clicking on if I don't see the subject line?
A push notification does not display a notification to the user as Doug explained. A push notification simply launches the application (perhaps in the background) and dispatches an event and then the application can decide if it wants to show something to the end-user, e.g. by using the Notifications API http://notifications.spec.whatwg.org/ which is completely orthogonal to Simple Push. -- http://annevankesteren.nl/ _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
