If you are using phonegap serve and you are seeing the JavaScript prompts, you need to add a snippet to prevent the app from loading the Native-level JavaScript code.
replace
with
Note that this works for both cordova.js and phonegap.js (They should be the same file)