diff --git a/example/config.xml b/example/config.xml index c40c52f..caf832a 100644 --- a/example/config.xml +++ b/example/config.xml @@ -1,5 +1,5 @@ - + Anyline Cordova Example diff --git a/example/www/js/anyline.energy.js b/example/www/js/anyline.energy.js index 8099091..735b5b7 100644 --- a/example/www/js/anyline.energy.js +++ b/example/www/js/anyline.energy.js @@ -120,7 +120,7 @@ anyline.energy = { "plugin": { "id": "Meter_ID", "meterPlugin": { - "scanMode": "ANALOG_METER" + "scanMode": "AUTO_ANALOG_DIGITAL_METER" } }, "cutoutConfig": { @@ -144,15 +144,6 @@ anyline.energy = { "cancelOnResult": true }, "nativeBarcodeEnabled": true, - "segment": { - "titles": ["Analog", "Digital"], - "modes": ["ANALOG_METER", "DIGITAL_METER"], - "tintColor": "CCCCCC", - "offset": { - "x": 0, - "y": 400 - } - } }, energyDigitalConfigWithSegment: @@ -168,7 +159,7 @@ anyline.energy = { "plugin": { "id": "Meter_ID", "meterPlugin": { - "scanMode": "DIGITAL_METER" + "scanMode": "AUTO_ANALOG_DIGITAL_METER" } }, "cutoutConfig": { @@ -192,15 +183,6 @@ anyline.energy = { "cancelOnResult": true, }, "nativeBarcodeEnabled": true, - "segment": { - "titles": ["Analog", "Digital"], - "modes": ["ANALOG_METER", "DIGITAL_METER"], - "tintColor": "CCCCCC", - "offset": { - "x": 0, - "y": 400 - } - } }, dialConfig: diff --git a/example/www/js/anyline.tire.js b/example/www/js/anyline.tire.js index 53132a9..894d4a8 100644 --- a/example/www/js/anyline.tire.js +++ b/example/www/js/anyline.tire.js @@ -130,7 +130,7 @@ anyline.tire = { "scanFeedback" : { "animation": "traverse_multi", "animationDuration" : 250, - "style": "contour_rect", + "style": "rect", "strokeWidth": 2, "strokeColor": "0099FF", "beepOnResult": true, diff --git a/plugin/package.json b/plugin/package.json index 07422c3..cd612f8 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "io-anyline-cordova", - "version": "40.0.0", + "version": "41.0.0", "description": "The cordova plugin for the Anyline SDK", "cordova": { "id": "io-anyline-cordova", diff --git a/plugin/plugin.xml b/plugin/plugin.xml index 3307e1d..1af4bc3 100644 --- a/plugin/plugin.xml +++ b/plugin/plugin.xml @@ -3,7 +3,7 @@ xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="io-anyline-cordova" - version="40.0.0"> + version="41.0.0"> AnylineSDK @@ -44,7 +44,7 @@ - +