When testing phonegap app, I get the following three alerts and the browser just hangs. Running app from server. Many times these alerts popup before the Ripple plugin can sta
You just need to comment out this line on cordova.js :
return prompt(argsJson, 'gap:'+JSON.stringify([service, action, callbackId]));
which is on line 4184 when using Phonegap 2.9.0-0 (Android)
Uncomment before deploying to the device for production