URL Scheme for Android

你。 提交于 2019-12-11 11:02:53

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!