Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why the red line in iOS camera is vertical? #57

Open
joblinan opened this issue Mar 24, 2016 · 2 comments
Open

Why the red line in iOS camera is vertical? #57

joblinan opened this issue Mar 24, 2016 · 2 comments
Labels

Comments

@joblinan
Copy link

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?

@dcousens
Copy link
Contributor

possibly related #29

@uniphonic
Copy link
Contributor

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.

@tjwoon tjwoon mentioned this issue May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants