At the moment I create a shortcut app with PhoneGap which opens Whatsapp, Youtube, etc. just with a click on the button. For iOS I can use the normal URL Scheme <a href="whatsapp://">CLICK</a>
in order to open WhatsApp from my App. Is there something similar for Android as there exist no URL schemes?
Asked
Active
Viewed 3,263 times
1

John Brunner
- 2,842
- 11
- 44
- 85
1 Answers
2
I found a good plugin in order to use something simliar as the URL schemes.
After installing the plugin you just have to use the Play Store Name of the App, for example for Facebook you can use com.facebook.katana
as shown in the last part of the Play Store URL of the app.

John Brunner
- 2,842
- 11
- 44
- 85