On 01/02/2016 15:37, leandro wrote:
> ok, Alberto & Gabriele, your words are very illuminating :)
> 
> so, want to give the Dialer launch_path to the Communications app in
> order to Communications app opens up the Dialer
> 
> i've tried to do
> */icon.manifest.launch_path = "/dialer/index.html#keyboard-view"; /*
> (being «icon» the Communications app)
> but when i click it it opens th app://communications.gaiamobile.org
> <http://communications.gaiamobile.org> folder :(
> 
> is something else i must change to accomplish this?

I think you don't need to set the launch path but rather the entry point:

icon.manifest.entry_point = 'dialer';

Or

icon.manifest.entryPoint = 'dialer';

Can't remember which one. Anyway this is one of the kludges we want to
get rid of so it's no wonder it's proving difficult to use :-/

 Gabriele

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
dev-fxos mailing list
dev-fxos@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-fxos

Reply via email to