App launcher - Forum

Forum Navigation
You need to log in to create posts and topics.

App launcher

Is there an action or plugin that would allow me to launch another app from my app.  Just another app installed on my phone.

I think it depends on the application you want to launch, the operating system you are targeting and the deployment method you choose. For example you can place a button and add this to the href property to launch WhatsApp to a given telephone number:

https://api.whatsapp.com/send?phone=123456789

This sample will work on most cases.

Vadim and YASIN have reacted to this post.
VadimYASIN

Thanks again.  I'm curious where you got that string.  Is the api.____  a standard thing or does the string vary based on the app.

In my case it would be in an android phone.  Perahps an ios later.

If I wanted to launch pintrest as an example.  just to the start page.

Most webs will redirect to the installed app (if exists), so in your case just link to Pinterest.

YASIN has reacted to this post.
YASIN