You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: