2. Don't use the 0.9.5 way of connecting plugin. Delete this line (107) from barcodescanner.js:
PluginManager.addService("BarcodeScanner","com.beetight.barcodescanner.BarcodeScanner");
Hi thanks for the tips.I just upgraded from 0.9.51 to 1.1.0 (migrated the addService from the JS to the xml as well) and everything works as before, all plugings are working but:1. Zxing opens and scans the code correcttly but it then stays there.2. in DDMS, I see a stream of:03-09 23:28:58.243: VERBOSE/QualcommCameraHardware(77): native_zoom : SRC_RECT : x,y = 159,119 w,h = 320, 2403. In order to go back to the PG app, I need to hit the back button twice and then I get an empty object (cancelled = true)What is the default behavior? Should I expect the screen to just close and return an object which will populate the info in the alert?Regards,--
Eduardo Chongkan