UNPKG

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.

19 lines 1.06 kB
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"/> <title> 如何掃描 </title> <link href="../style.css" rel="stylesheet" type="text/css"/> </head> <body> <p> 持續不斷地掃描條碼掃描儀屏幕上顯示的一個方形區域 - 只是了電話線,使條碼是完全取景器內的矩形: </p> <p class="imgcenter"><img src="../images/demo-yes.png" style="padding:5px"/><img src="../images/demo-no.png" style="padding:5px"/></p> <p> 一維條碼的產品需要一個電話,支持自動對焦。如果沒有它,QR碼和Data Matrix碼將被掃描。 </p> <p> 當條碼閱讀,蜂鳴聲會玩,你會看到掃描的條形碼包含的描述和選項的內容採取行動的結果。 </p> <p> 如果你有麻煩掃描,請一定要保持穩定的手機。如果相機無法對焦,嘗試從條形碼移動電話或接近的。 </p> <ul class="touchable"> <li><a href="about1d.html"> 關於一維條碼 </a></li> <li><a href="about2d.html"> 關於二維條碼 </a></li> </ul> <p>谷歌翻譯,譯。</p></body> </html>