D
D
Denis Kovalchuk2016-02-29 12:28:59
Android
Denis Kovalchuk, 2016-02-29 12:28:59

How to launch an application from a browser on a mobile phone?

Is it possible, and if possible, how to make it so that on a site opened in any browser, when clicking on a link like "Our Vkontakte group", if the corresponding application is installed on the phone, this application with an open group is launched, and if the application is not installed then the group opened in the browser?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
IceJOKER, 2016-02-29
@IceJOKER

If the browser is yours, then you can launch anything when you click on the link, and if the browser is not yours, then you just have to use what third-party developers provide.
For example skype/number/email etc. there are special links for them mailto, skype:, tel: (I can be mistaken, this is just an example).
If the application is yours, then you can also do something similar to the one described above (read about Intent/IntentFilters)

O
one pavel, 2016-02-29
@onepavel

from modern browsers you can open applications on the device,
though not from all, but they have a small percentage of popularity
here is a description of the technology
https://developer.chrome.com/multidevice/android/i...

I
itdroid, 2016-02-29
@itdroid

To do this, the Android application must support deep links:
developer.android.com/intl/ru/training/app-indexin... You
can also write a utility that will intercept links to "Our Vkontakte group" and try to push them into the desired application , but here you need to look at the source code to understand whether this is possible.
These are solutions from the category of perversions and are suitable only for personal use :).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question