QR Scanner Redirect
Use it
Place the shortcode
You can also start the scanner with the function
[qr-scanner-redirect]
in your templates.
You can also start the scanner with the function
window.qrscannerredirect.open()
or add the class qr-scanner-redirect-open
to any element and click on it.
Example
Function
<button onclick="window.qrscannerredirect.open()">Open via function</button>
Class
<button class="qr-scanner-redirect-open">Open via class</button>