问题
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?
回答1:
I found a good plugin in order to use something simliar as the URL schemes.
StartApp
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.
来源:https://stackoverflow.com/questions/26203743/url-scheme-for-android