Explorar o código

turn off scanner while cancel

CJYen %!s(int64=3) %!d(string=hai) anos
pai
achega
e24cd4094d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ArkCard-web/collect.html

+ 1 - 0
ArkCard-web/collect.html

@@ -397,6 +397,7 @@ $(".qrcode").click(function () {
 
 $(".close").click(function () {
     $('#qr-reader').css('display','none'); 
+    html5QrCode.stop();
 });
 
 const html5QrCode = new Html5Qrcode("qr-reader");