I am trying to implement a QR reader in an ionic and cordova application using the BarcodeScanner plugin. So far I can start it with the click of a button.
I want the camera view to open on half the screen of my application, which can be used to read QR instead of opening a new frame for reading QR.
Is it possible how can I do this?
source share