12-05-2023, 12:43 PM
Task: To embed a QR code scanner in the IntraWeb application.
We do it according to the recommendations https://blog.minhazav.dev/research/html5-qrcode
1. Enable the JavaScript script directly using
<script src="html5-qrcode.min.js"></script>
To do this, write in the JavaScript property in the project form: src ="html5-qrcode.min.js "
2. Further in the recommendation it is written :
[2] Add an empty div to the place where you want to place the qr code scanner
<<div style="width: 500px" id="header"></div>
How do I do this in IntraWeb?
We do it according to the recommendations https://blog.minhazav.dev/research/html5-qrcode
1. Enable the JavaScript script directly using
<script src="html5-qrcode.min.js"></script>
To do this, write in the JavaScript property in the project form: src ="html5-qrcode.min.js "
2. Further in the recommendation it is written :
[2] Add an empty div to the place where you want to place the qr code scanner
<<div style="width: 500px" id="header"></div>
How do I do this in IntraWeb?