csZBar icon indicating copy to clipboard operation
csZBar copied to clipboard

Why the red line in iOS camera is vertical?

Open joblinan opened this issue 8 years ago • 2 comments

iOS 9.2, and the params I set is below: var params = { camera: "back", // defaults to "back" flash: "off", // defaults to "auto". See Quirks drawSight: true, //defaults to true, create a red sight/line in the center of the scanner view. }; In Android, the red line displays well, and is horizontal, but in iOS, it is vertical. How can I fix this bug?

joblinan avatar Mar 24 '16 06:03 joblinan

possibly related https://github.com/tjwoon/csZBar/pull/29

dcousens avatar Apr 13 '16 01:04 dcousens

I think this was fixed/changed in #36, so that it is now horizontal, same as android. The pull request #36 was also merged into my fork, so this fix exists in #65 as well.

uniphonic avatar Apr 18 '16 15:04 uniphonic