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 start. How do I remove these.
Alert 1:
gap:["Device","getDeviceInfo","Device818329805"]
Alert 2:
gap:["NetworkStatus","getConnectionInfo","NetworkStatus818329806"]
Alert 3:
gap:["App","show","App818329807"]
navigator.camera.getPicture
trigger error likegap:["Camera","takePicture","Camera634184847"]
– Aigneis