phonegap-plugin-barcodescanner-ps
Version:
You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.
16 lines (15 loc) • 363 B
HTML
<html>
<head>
<meta charset="UTF-8"/>
<title>What's new in Barcode Scanner</title>
<link rel="stylesheet" href="../style.css" type="text/css"/>
</head>
<body>
<p>New in version 4.3.1:</p>
<ul>
<li>Disabled exposure control as it caused problems on several buggy devices</li>
<li>Other small bug fixes</li>
</ul>
</body>
</html>