> > 1/ am i right to assume the OS should launch the app upon receiving a 
> > notification ?
> 
> 
> 
> I just want to make sure that you actually registered a system message
> 
> handler as explained in
> 
> https://developer.mozilla.org/en-US/docs/Web/API/Simple_Push_API ?

That was it !!!

I had a "messages" section in my manifest but was using my own message names 
instead of the built-in "push" and "push-register". I feel a bit stupid now :)

Many thanks !


> > 2/ i've read that there was a bug preventing the app to be woken up on a 
> > page that is different from the one that registered the notification. Is 
> > this still true in ffos 1.4 ?
> 
> 
> 
> I think that's never been true :)
> 
> What's true however is that the system message won't be sent if your app
> 
> is already opened in any page (bug 818000).

Excellent news !
_______________________________________________
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to