Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/192.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何实施';在应用程序中打开';在Android应用程序中打开相同链接的按钮?_Android - Fatal编程技术网

如何实施';在应用程序中打开';在Android应用程序中打开相同链接的按钮?

如何实施';在应用程序中打开';在Android应用程序中打开相同链接的按钮?,android,Android,我需要在小屏幕的网站上添加“在应用程序中打开”按钮,以链接到同一个Android应用程序。例如:当我们在facebook上共享任何twitter个人资料,并在facebook上打开它时,它会在浏览器中用“在应用程序中打开”按钮打开。当我们点击“在应用程序中打开”按钮时,它会指向具有相同配置文件的Twitter应用程序。就这样。我怎么得到它? 以下代码将帮助您从浏览器打开已安装的android应用程序: <a href="intent://scan/#Intent;scheme=appNa

我需要在小屏幕的网站上添加“在应用程序中打开”按钮,以链接到同一个Android应用程序。例如:当我们在facebook上共享任何twitter个人资料,并在facebook上打开它时,它会在浏览器中用“在应用程序中打开”按钮打开。当我们点击“在应用程序中打开”按钮时,它会指向具有相同配置文件的Twitter应用程序。就这样。我怎么得到它?


以下代码将帮助您从浏览器打开已安装的android应用程序:

<a href="intent://scan/#Intent;scheme=appName package=<your package of android application>;end">Open in App</a>


快乐编码

以下代码将帮助您从浏览器打开已安装的android应用程序:

<a href="intent://scan/#Intent;scheme=appName package=<your package of android application>;end">Open in App</a>


快乐编码

您的网页是用哪种语言编写的?HTML、CSS、PHP、Jquery您的网页是用哪种语言编写的?HTML、CSS、PHP、Jquery