On 05/08/2013, at 17:07, "Julien Wajsberg" <[email protected]> wrote:
> Le 05/08/2013 12:05, ANTONIO MANUEL AMAYA CALVO a écrit : >> >> On 05/08/2013, at 11:15, "Etienne Segonzac" <[email protected]> wrote: >> >>> On Mon, Aug 5, 2013 at 10:18 AM, Michael Diener < >>> [email protected]> wrote: >>> >>>> Thanks Antonio, but the system messages are delivered successfully in my >>>> case. >>> Yep, gecko queues the messages waiting for the message handler to be set. >> If the app isn't running, it does. If the app is running/the handler page is >> loaded, it doesn't. You can try it easily enough by setting a delay between >> loading the app and setting the handler. Then load the app and before the >> delay expires send a message to the app. That message will be lost. > > What I've seen sometimes is something like you say, but _then_ if I > launch the app again (after killing it for example), I get the system > message. I can see this when receiving SMS sometimes. Do you think it's > the same issue Hmm this one is similar but not the same. That could happen if Gecko think the app isn't loaded (and thus it doesn't deliver the message but queues it and sends an open-app to the system app) but Gaia/the system app knows it to be loaded and it doesn't reload it. In fact, you could reproduce that always between 880115 and 896945 (since then if the app was loaded the message was queued always). It should not happen on a recent build though Best, Antonio > > -- > Julien > ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: http://www.tid.es/ES/PAGINAS/disclaimer.aspx _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
