最新的Firefox for Android 36.0不支持应用深度链接 [英] App deep linking not supported on Latest Firefox for Android 36.0

查看:81
本文介绍了最新的Firefox for Android 36.0不支持应用深度链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个android应用程序,其中定义了意图过滤器,以处理对网站的任何http请求,以便在我构建的应用程序中打开。在Chrome上,系统提示我在应用中打开,但在Firefox上却没有。

I have a android app in which I have defined my intent filter to handle any http request to my website to open in the app I have built. On Chrome, I get the prompt to open in app but not on Firefox. Is this not implemented on Firefox yet?

        <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>


推荐答案

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

I can see an android icon appearing in url bar. Click it takes me to the deep link app. Unlike other browses reaction though. :(

这篇关于最新的Firefox for Android 36.0不支持应用深度链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆