-
Notifications
You must be signed in to change notification settings - Fork 472
Support Android Intent URLs #1132
Comments
I tested on Focus and it appears that GeckoView will prompt to find an app to open a link, which is a different behavior than the system WebView: maybe I am mistaken that this is not handled and that this needs to be resolved at the app level. I have not tested on Fire TV: I haven't seen this use case being used yet. |
Filed mozilla-mobile/focus-android#3710 and mozilla-mobile/firefox-tv#1330 against the specific products. |
The prompt only happens during private browsing, though. |
Related bug: https://bugzilla.mozilla.org/show_bug.cgi?id=806385 |
I have to say that as of the last stable I wasn't able to open links in app. Am I looking at the right place? Will it be part of the next release? |
Are you doing this https://twitter.com/FirefoxPreview/status/1152896874967425025 @Natim? |
Is there an open bug for actually supporting Android Intents as opposed to this workaround? |
The Android Intent URL spec lets web pages open Android apps. afaict, this is not currently built into components (
ag browser_fallback_url
) nor do the products handle such a case. If so, this regresses existing Focus and Fire TV functionality). This functionality is also supported in Fennec.Fennec's behavior was roughly the following:
See the old Focus, or Fennec, implementations for details. This behavior may be outdated and we may want to reaudit (e.g. is searching the store the best behavior?).
Test pages:
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: