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
<html><head><title>Title of the document</title><scriptsrc="https://code.jquery.com/jquery-2.2.3.min.js"
integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo="
crossorigin="anonymous"></script><scriptsrc="./html5-qrcode-master/lib/html5-qrcode.min.js"></script></head><body><divid="reader" style="width:300px;height:250px"></div><script>$('#reader').html5_qrcode(function(data){// do something when code is readalert(data);},function(error){//show read errors},function(videoError){//the video stream could be opened});</script></body></html>
Edit:
Based on a previous issue you just include those scripts in that specific order. Sadly the instruction is missing from the readme.md
Uncaught ReferenceError: qrcode is not defined
The text was updated successfully, but these errors were encountered: