Difference between revisions of "Mobile Web version"
(Created page with "Project to create a mobile version of the site. == Introduction == There is a mobile application for Open Food Facts (based on PhoneGap and developed in HTML + JavaScript ) ...") |
|||
Line 23: | Line 23: | ||
Continuous Capture and analysis of images in javascript. First non-conclusive test (no autofocus) : | Continuous Capture and analysis of images in javascript. First non-conclusive test (no autofocus) : | ||
* http://fr.openfoodfacts.org/js/barcode/test.html | * http://fr.openfoodfacts.org/js/barcode/test.html | ||
+ | [[fr:Version mobile]] |
Revision as of 19:32, 27 October 2013
Project to create a mobile version of the site.
Introduction
There is a mobile application for Open Food Facts (based on PhoneGap and developed in HTML + JavaScript ) that can scan a barcode to check the product information, and send photos and information about products. This application is available for both Android and iOS .
http://openfoodfacts.org is currently not available in mobile version.
This project aims to develop a mobile version of the site .
Features desired
Interface suited for mobile
Uncluttered interface . Responsive design?
Scan barcodes
Ideally : scan barcode directly in the application (not sending image on the server) , continuous scan (no photo taking necessary), scan with continuous autofocus (can recognize more easily barcodes) .
Scan HTML5
Continuous Capture and analysis of images in javascript. First non-conclusive test (no autofocus) :