Skip to content

Commit

Permalink
Added visual feedback for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Albertini committed Apr 14, 2017
1 parent 3bcbe0b commit 0a36f74
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/www/js/anyline.barcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ anyline.barcode = {
"mode": "auto",
"alignment": "bottom_right"
},
"visualFeedback": {
"style": "rect",
"strokeColor": "0099FF",
"fillColor": "220099FF",
"animationDuration": 150
},
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true,
Expand Down
15 changes: 15 additions & 0 deletions example/www/js/anyline.energy.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ anyline.energy = {
"mode": "manual",
"alignment": "bottom_right"
},
"visualFeedback": {
"style": "CONTOUR_RECT",
"strokeColor": "0099FF",
"fillColor": "220099FF"
},
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true,
Expand Down Expand Up @@ -129,6 +134,11 @@ anyline.energy = {
"mode": "manual",
"alignment": "bottom_right"
},
"visualFeedback": {
"style": "CONTOUR_RECT",
"strokeColor": "0099FF",
"fillColor": "220099FF"
},
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true,
Expand Down Expand Up @@ -180,6 +190,11 @@ anyline.energy = {
"mode": "manual",
"alignment": "bottom_right"
},
"visualFeedback": {
"style": "CONTOUR_RECT",
"strokeColor": "0099FF",
"fillColor": "220099FF"
},
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true,
Expand Down
5 changes: 5 additions & 0 deletions example/www/js/anyline.mrz.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ anyline.mrz = {
"mode": "manual",
"alignment": "bottom_right"
},
"visualFeedback": {
"style": "rect",
"strokeColor": "0099FF",
"strokeWidth": 2
},
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true,
Expand Down

0 comments on commit 0a36f74

Please sign in to comment.