Difference between revisions of "Mobile Web version"

From Open Food Facts wiki
Jump to navigation Jump to search
(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 ) ...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
== Introduction ==
 
== 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 .
+
There is a mobile application for Open Food Facts 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. This project is now trying to bring feature parity to the web, now that it's somewhat responsive.
 
 
http://openfoodfacts.org is currently not available in mobile version.
 
 
 
This project aims to develop a mobile version of the site .
 
  
 
== Features desired  ==
 
== Features desired  ==
 
=== Interface suited for mobile ===
 
 
Uncluttered interface . Responsive design?
 
  
 
=== Scan barcodes ===
 
=== Scan barcodes ===
Line 23: Line 15:
 
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:Projet:Version mobile]]
 +
[[Category:Mobile]]
 +
[[Category:Project]]
 +
 +
==== Web barcode scanner ====
 +
Scandit has created a native-level web barcode scanner (it's closed source).

Latest revision as of 19:59, 3 July 2021

Project to create a mobile version of the site.

Introduction

There is a mobile application for Open Food Facts 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. This project is now trying to bring feature parity to the web, now that it's somewhat responsive.

Features desired

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) :

fr:Projet:Version mobile

Web barcode scanner

Scandit has created a native-level web barcode scanner (it's closed source).