Hi,

we have an app that we expect to be launched because it is registered to
several intent filters.

This one is not working in Fennec:
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE"
/>
                <data android:host="wallet.local" android:path="/discovery"
android:scheme="https" />
            </intent-filter>

This mechanism works in Chrome but not in Nightly.

Not sure what the right way to launch an app is.
We have another version that is registered to a custom url scheme but I
thing the filter above should work in Firefox too.

I know there is an ongoing discussion about webintents, webactivities,
chromes native messaging etc and "the right way" but I think that the above
filter should work in Fennec.
So is this a bug or was conscious decision not to let android handle https
events even if an app is registered for it?

cheers
Axel
_______________________________________________
mobile-firefox-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to