Open
Bug 728310
Opened 13 years ago
Updated 13 years ago
Polish QR code reading MWC demo
Categories
(Websites :: Other, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: blassey, Unassigned)
References
()
Details
(Whiteboard: mwc-demo)
Work flow of the demo:
1) Tap on capture button
2) image capture UI comes up
3) take photo of a QR code in the capture UI
4) confirm photo by clicking on "ok" or the check mark (depending on the device, this is system UI)
5) this returns to the web app
5a) the captured photo is displayed in a canvas below the input element
5b) the photo is processed client side in js
5c) assuming success, the decoded data is displayed in the red box below the photo
5d) if the decoded data starts with http, it is linkified
6) the user can then long press on the link to either open the url in a new tab or use the sharing UI
Comment 1•13 years ago
|
||
Not a blocker based on the wiki: https://intranet.mozilla.org/FennecdemosMWC
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•