Open
Bug 1809994
Opened 3 years ago
Updated 2 years ago
Browser.EXTRA_APPLICATION_ID/EXTRA_CREATE_NEW_TAB support
Categories
(Firefox for Android :: General, enhancement)
Tracking
()
NEW
People
(Reporter: csadilek, Unassigned)
Details
From github: https://github.com/mozilla-mobile/fenix/issues/4106.
Apps wanting to open an URL in the browser can pass along a
Browser.EXTRA_APPLICATION_ID
Intent extra, meaning they'd like to re-use an already existing tab with the same ID if it already exists instead of opening a new tab.They can also override that behaviour by also passing along
Browser.EXTRA_CREATE_NEW_TAB
, which means they'd like to use a fresh tab regardless of whether another tab matching theEXTRA_APPLICATION_ID
supplied already exists or not.┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Updated•2 years ago
|
Severity: -- → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•