ionic-team / capacitor-barcode-scanner

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

UI button for switching camera #19

Open ramisalminen opened 1 month ago

ramisalminen commented 1 month ago

UI should have button for switching between front/back camera. There are already buttons for zooming and flashlight.

Config option web.showCameraSelection does not seem to do anything with Android and I don't find any other ways to e.g. implement own components on top of current UI. Config option cameraDirection enables starting view with either front or back camera, but UI should enable switching during scanning.

Br.