【问题标题】:How to open android TeamViewer QuickSupport with Chrome intents (deep link) or any other way from a browser如何使用 Chrome 意图(深层链接)或任何其他方式从浏览器打开 android TeamViewer QuickSupport
【发布时间】:2016-08-26 07:14:17
【问题描述】:

我们正在尝试使用网页中的深层链接在 Android 设备上打开 TeamViewer QuickSupport 应用。参考 android Chrome documentation 我们尝试使用此链接:

intent:#Intent;scheme=http;package=com.teamviewer.quicksupport.market;end

<a href="intent:#Intent;scheme=http;package=com.teamviewer.quicksupport.market;end"> Open support </a>

但这会打开 google Play 商店并重定向到 TeamViewer QuickSupport(不是一件坏事,但不是我们想要的),即使安装了该应用程序也是如此。我知道我可以使用该包名称打开应用程序,因为我可以在我们的一个原生 Android 应用程序中打开它。

有人知道 TeamViewer 是否支持此功能,还是有其他方法可以使用网页在 Android 上打开应用程序?此处无需做任何特殊操作,只需打开应用的主视图即可。

【问题讨论】:

    标签: android android-intent google-chrome-app


    【解决方案1】:

    我测试了这个 url 并在我的 vue.js 应用程序中工作。安装后直接打开应用。

    <a href="intent:#Intent;action=com.teamviewer.launch.qs;category=android.intent.category.DEFAULT;end"> Open support </a>
    

    【讨论】:

      猜你喜欢
      • 2017-07-05
      • 1970-01-01
      • 1970-01-01
      • 2020-06-16
      • 2021-11-03
      • 1970-01-01
      • 1970-01-01
      • 2019-05-19
      • 2023-01-25
      相关资源
      最近更新 更多