Have you added a browser platform to your project in Cordoba?
Cordoba platform add browser
After which you need to build a Cordova project:
Cordoba build a browser
You will notice that the platform / browser / www folder exists and contains the cordova_plugins.js file.
At this point, you need to βsubmitβ files to your web browser from this folder (to test your application using a web browser). For this purpose, I use the Grunt and NodeStatic tasks.
Hope this helps! Let me know if you have any questions, take care.
source share