I am trying to scan the barcode in the current project for ios. For that i used the Phone Gap plugin. I followed the link to add the files properly: Barcode Link
I added the barcodescanner.js file inside www folder of my project. But when i am pressing the button to scan the barcode in ipad 2, it is giving the below error:
ERROR: Plugin
'org.apache.cordova.barcodeScanner' not found, or is not a CDVPlugin.
Check your plugin mapping in Cordova.plist
It seems it is not getting the proper path of the barcodescanner.js file. I added the path in the index.html file also properly.
Can anyone please help??