Closed
Bug 1242191
Opened 9 years ago
Closed 7 years ago
Web activities are not supported on the TV
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pauljt, Unassigned)
References
Details
Attachments
(1 file)
|
901.92 KB,
image/jpeg
|
Details |
Most web activities[1] are simply not supported on the phone, even ones which make sense like "pick". So far, the only one I have found that does anything is view. But if you open it like this:
var openURL = new MozActivity({
name: "view",
data: {
type: "url",
url: "http://robertnyman.com"
}
});
Even worse - you can't dismiss the dialog, and "exiting" just closes the app, but leaves the dialog overlaying the normal tv. Had to power cycle to fix it.
[1]https://developer.mozilla.org/en-US/docs/Web/API/Web_Activities
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•