I've a problem with the barcode scanner and camera in one of my apps.
In the Appery tester app everything works fine, but when I build for Android it fails.
navigator.camera is undefined and for the barcode scanner I get and error in de console: "BarCodeService can't process request because BarcodeScanner is undefined."
I added the proper permission (CAMERA) for android and the plugins appear in the config.xml
Any suggestions on how to get this fixed?