Closed
Bug 989427
Opened 11 years ago
Closed 7 years ago
[Activity Management] Activities not handling multiple video pick apps
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: justindarc, Unassigned)
Details
When selecting a `<input type="file" accept="video/*">`, the user is immediately taken to the Video picker instead of being prompted to select either the Video or Camera app. The Camera app is able to respond to `pick` activities for "video/*" and "video/3gpp", however it does not seem to be recognized as an eligible app for the `pick` activity.
JS Bin test with several different input[type="file"] tags:
http://jsbin.com/xosew
NOTE: In the JS Bin test, the input[type="file"] tags that accept "image/*" are working correctly and the user is prompted to pick between Gallery and Camera.
Comment 1•11 years ago
|
||
Probably has to do with something in the webapp manifest in the camera app. I'd ask Andrea for input here on what could be causing this.
Component: Gaia::System::Window Mgmt → Gaia::Camera
Reporter | ||
Comment 2•11 years ago
|
||
Excerpt from Camera's manifest.webapp:
"activities": {
"record": {
"filters": {
"type": ["photos", "videos"]
},
"disposition": "window"
},
"pick": {
"filters": {
"type": ["image/*", "image/jpeg", "video/*", "video/3gpp"]
},
"returnValue": true,
"disposition": "inline",
"href": "/index.html#pick"
}
},
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Mike Habicher [:mikeh] from comment #3)
> Is this still happening?
Yes. Just verified that this is still happening on master.
Gaia-Rev 7b92615bdc97e5c675cd385ec68bc5e47e0c5288
Gecko-Rev https://hg.mozilla.org/mozilla-central/rev/f0bb13ef0ee4
Build-ID 20141009040206
Version 35.0a1
Device-Name flame
FW-Release 4.4.2
FW-Incremental eng.cltbld.20141009.071519
FW-Date Thu Oct 9 07:15:28 EDT 2014
Bootloader L1TC00011840
Flags: needinfo?(jdarcangelo)
Comment 5•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
•