Skip to content

Commit 156eb3f

Browse files
committed
update
1 parent 092bd1c commit 156eb3f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

hello-world/webview/android/app/src/main/assets/decodeBarcodeInVideo.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
77
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream.">
88
<meta name="keywords" content="camera based barcode reading">
99
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/1.hello-world.html">
@@ -13,7 +13,6 @@
1313
<body>
1414
<h1>Hello World (Decode via Camera)</h1>
1515
<div id="div-ui-container" style="width: 100%; height: 80vh"></div>
16-
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.js"></script> -->
1716
<script src="https://npm.scannerproxy.com/cdn/@dynamsoft/[email protected]/dist/core.js"></script>
1817
<script src="https://npm.scannerproxy.com/cdn/@dynamsoft/[email protected]/dist/utility.js"></script>
1918
<script src="https://npm.scannerproxy.com/cdn/@dynamsoft/[email protected]/dist/dbr.js"></script>

hello-world/webview/ios/dbrjswebview/html/decodeFileInVideo.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
77
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream.">
88
<meta name="keywords" content="camera based barcode reading">
99
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/1.hello-world.html">
@@ -13,7 +13,6 @@
1313
<body>
1414
<h1>Hello World (Decode via Camera)</h1>
1515
<div id="div-ui-container" style="width: 100%; height: 80vh"></div>
16-
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr.js"></script> -->
1716
<script src="https://npm.scannerproxy.com/cdn/@dynamsoft/[email protected]/dist/core.js"></script>
1817
<script src="https://npm.scannerproxy.com/cdn/@dynamsoft/[email protected]/dist/utility.js"></script>
1918
<script src="https://npm.scannerproxy.com/cdn/@dynamsoft/[email protected]/dist/dbr.js"></script>

0 commit comments

Comments
 (0)