【问题标题】:App deep linking not supported on Latest Firefox for Android 36.0最新的 Firefox for Android 36.0 不支持应用深层链接
【发布时间】:2015-05-06 11:58:56
【问题描述】:

我有一个 android 应用程序,我在其中定义了我的意图过滤器来处理对我的网站的任何 http 请求,以便在我构建的应用程序中打开。在 Chrome 上,我收到在应用程序中打开的提示,但在 Firefox 上没有。这还没有在 Firefox 上实现吗?

        <intent-filter android:label="@string/app_name">
            <action android:name="android.intent.action.VIEW"/>
            <category android:name="android.intent.category.DEFAULT"/>
            <category android:name="android.intent.category.BROWSABLE"/>
            <data android:scheme="http"
                  android:host="www.mysite.com"
                  android:pathPattern="/.*"/>
        </intent-filter>

【问题讨论】:

    标签: android google-chrome firefox deep-linking


    【解决方案1】:

    我可以看到一个 android 图标出现在 url 栏中。单击它会将我带到深层链接应用程序。不像其他浏览器的反应。 :(

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-05-15
      • 1970-01-01
      • 1970-01-01
      • 2012-01-16
      • 1970-01-01
      • 1970-01-01
      • 2016-06-26
      相关资源
      最近更新 更多