From 536d39b33bea569351636741d794aec6adbe3353 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Sat, 10 Dec 2016 01:18:28 +0800 Subject: [PATCH] barcode now supports android (#508) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0157bae..e3c861e 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Values: `true` (default) or `false` This property allows you to specify whether a shutter sound is played on capture. It is currently android only, pending [a reasonable mute implementation](http://stackoverflow.com/questions/4401232/avfoundation-how-to-turn-off-the-shutter-sound-when-capturestillimageasynchrono) in iOS. -#### `iOS` `onBarCodeRead` +#### `onBarCodeRead` Will call the specified method when a barcode is detected in the camera's view. @@ -214,7 +214,7 @@ The following barcode types can be recognised: The barcode type is provided in the `data` object. -#### `iOS` `barCodeTypes` +#### `barCodeTypes` An array of barcode types to search for. Defaults to all types listed above. No effect if `onBarCodeRead` is undefined.