跳至主要內容

HTMLDwebBarcodeScanningElement.stopScanning()

BFChainWebComponentHTMLDwebBarcodeScanningElementstopScanning小于 1 分钟

停止扫描;

HTMLDwebBarcodeScanningElement.stopScanning()

参数

返回值

void;

示例

<body>
  <dweb-barcode-scanning></dweb-barcode-scanning>
  <button>stop</button>
  <script type="module">
    import "@plaoc/plugins"
    const barcodeScanner = document.querySelector("dweb-barcode-scanning")!
    const btn = document.querySelector('button');
    btn.addEventListener('click', async () => {
      barcodeScanner.stopScanning();
    })
  </script>
</body>

平台兼容性

属性/方法/事件AndroidIOSDesktop-DevDesktop
stopScanningX

相关链接

Plaoc WebComponent

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.15.7