Re: Service worker popup (rich notification)

On Mon, Oct 6, 2014 at 11:45 AM, Frederik Braun <fbraun@mozilla.com> wrote:
> We have something similar in FirefoxOS per-app window:
> window.open(url, "", "dialog");
>
> We also have the so called "attention" screen, that requires a special
> permission and is on top of everything (e.g. for alarm clocks and
> incoming calls):
> window.open(url, "", "attention");
>
> Which of these use-cases are we discussing here?

Either of these could be interesting. In particular the case I'm
interested in is showing UI to the user when the application is not
running and a push message arrives at the service worker.


-- 
https://annevankesteren.nl/

Received on Monday, 6 October 2014 10:07:02 UTC