I use the BarcodeScanner plugin to experiment with QR scanning of the QR code on my phone and it seems to work.
I used this example: https://github.com/wildabeast/BarcodeDemo
However, I would like the barcode to appear inside the page, let 25% of the screen width instead of showing full screen mode. Is this something you can do with a phone call and a barcode? I would also like to use the front camera, not the rear camera.
In particular, I would like to implement the scanner inside the ipad application at about 25% of the screen, while the rest of the application displays different contents. I hope to do this with Phonegap, as this is the only part where my application should interact with the camera, the rest can be purely web.
Thanks for the help!
Jorre source share