ionic-team / capacitor-barcode-scanner

https://capacitorjs.com/docs/apis/barcode-scanner
MIT License
13 stars 10 forks source link

No preview of the cam while scanning #35

Open Jenziner opened 2 weeks ago

Jenziner commented 2 weeks ago

Setup: Very basic Ionic page from "Folder"-Template. Just added a simple scan and display the content of the QR-Code. See code here: https://github.com/Jenziner/test-template-menu

Used Hardware:

What happens:

Expected action: When start scanning, a live camera view should be displayed to make it more easy to scan a code.

abennouna commented 3 days ago

In your package.json:

   "@capacitor-community/barcode-scanner": "^4.0.1",

You seem to use Capacitor Community plugin, not this repository.