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

qrcode show a white line when rendered with table in ie #122

Open
screamleen opened this issue Nov 20, 2018 · 0 comments
Open

qrcode show a white line when rendered with table in ie #122

screamleen opened this issue Nov 20, 2018 · 0 comments

Comments

@screamleen
Copy link

in order to support > ie8, i render qrcode with configs like this:
var qrUrl = 'http://ds.pearson.com.hk/qr?source=apps&originId=longman_plus_android';
$('#qr-code-container').qrcode({
render: "table",
width: 170,
height: 170,
text: qrUrl
})
it works fine in chrome, but ie was not especially in ie8.
it will render a qrcode but a slim white line across it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant