Closed
Bug 749881
Opened 13 years ago
Closed 11 years ago
Android UI implementation for full getUserMedia
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 862377
People
(Reporter: mreavy, Unassigned)
References
Details
(Whiteboard: [getUserMedia], [blocking-gum-])
Android will need to implement the Camera API UX/UI design. The UI spec is currently being created (with still image capture getting higher priority on the schedule) and will be attached when available.
Feature page: https://wiki.mozilla.org/Platform/Features/Camera_API_-_Phase_2_%28getUserMedia%29
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
No longer blocks: k9o-web-platform
Updated•13 years ago
|
Product: Firefox → Fennec Native
QA Contact: general → general
Reporter | ||
Comment 1•12 years ago
|
||
We need a UI to handle
1)asking the user permission to use his camera and/or his microphone
2)notify the user when the camera and/or microphone are on
3)provide status (of some sort) when the camera or microphone are "live"
For security and privacy reasons, we can't trust the app to handle this for the user.
Summary: Android UI implementation for Camera API feature → Android UI implementation for full getUserMedia
Comment 2•12 years ago
|
||
What's the difference in the use cases of this feature in FF Android in the browser vs. in a web app?
Comment 3•12 years ago
|
||
(In reply to Maire Reavy [:mreavy] from comment #1)
> We need a UI to handle
> 1)asking the user permission to use his camera and/or his microphone
In the browser we typically use doorhangers for APIs that require permissions. For chromeless web apps we should perhaps use a different style of prompt; I don't know if we have already addressed this or have plans to address it.
> 2)notify the user when the camera and/or microphone are on
I'd suggest displaying a "toast" notification when the camera/microphone activates.
> 3)provide status (of some sort) when the camera or microphone are "live"
Many Android devices (like many laptops) have an LED to indicate camera status. To supplement this we can display a status message in the system notification bar -- though this (and any other screen area we would typically use for status messages) can be hidden by sites/apps that use the DOM full-screen API (mozRequestFullScreen).
Comment 4•12 years ago
|
||
For webapps I want to use the same doorhanger code, styled differently (bug 766300).
Comment 5•12 years ago
|
||
I suspect this comes with string changes, do we have someone to work on this?
Updated•12 years ago
|
Whiteboard: [getusermedia]
Updated•12 years ago
|
Whiteboard: [getusermedia] → [getUserMedia]
Updated•12 years ago
|
Whiteboard: [getUserMedia] → [getUserMedia], [blocking-gum-]
Updated•12 years ago
|
OS: Linux → Android
Hardware: x86 → ARM
Comment 6•11 years ago
|
||
UI work is happening over in bug 862377.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•