Issue with Android - overlay not showing #121
-
I am a begginer trying to implement a simple QR Code scanning app, everything is working well except that when i launch the scanner with BarcodeScanner.startScan(), I get only the camera, no bounding box or buttons to toggle torch or cancel the scan... I know it seems simple but looking at the docs there is no mention of setting this up in options or adding HTML elements to the scanner. let me know! I am following the example, this is my function: `
}; ` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can find examples at the end of the Usage section. Also, feel free to take a look at our working demo app. |
Beta Was this translation helpful? Give feedback.
You can find examples at the end of the Usage section.
Also, feel free to take a look at our working demo app.