Browse Source

qrcode scanner

Mike 3 years ago
parent
commit
ab116aa552
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ArkCard-web/collect.html

+ 2 - 0
ArkCard-web/collect.html

@@ -402,6 +402,8 @@ function qrcode_scanner() {
 
     // If you want to prefer back camera
     html5QrCode.start({ facingMode: "environment" }, config, qrCodeSuccessCallback);
+
+    $('#qrcode-modal').hide();
 }
 </script>
 </body>