Closed
Bug 1260468
Opened 9 years ago
Closed 8 years ago
Remove all uses of the Apps API
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: benfrancis, Unassigned)
Details
The mozApps API is going away so we need to remove all uses of this in Gaia and find alternative solutions where appropriate.
Comment 1•9 years ago
|
||
One of the most common scenarios we have is self-launch of an application. For actually launch the app we can probably delegate that to the system app (i.e. launch the app with the appropriate entry in the manifest) but what should we do for already launched apps that need to become visible? One standard-compliant idea I can think of is to let them use window.focus() to bring them app. Last time I tried it I noticed that we didn't implement it yet so this might be a good time to do that.
Comment 2•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•