Let me see if I can clarify your question. You're opening
https://wallet.local/discovery in Fennec, and you're not seeing the little Android icon appear in the URL bar? Or you are seeing the little Android icon, but tapping it doesn't work? Or you're seeing it, but you're expecting your app to launch immediately instead of the page opening in Fennec? On Fri, Feb 13, 2015 at 12:01 PM, Axel Nennker <[email protected]> wrote: > 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 > >
_______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

