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"]
If you're testing your app in your desktop browser, you can simply exclude the file. For Chrome:
<script type="text/javascript"> if (!navigator.userAgent.toLowerCase().match('chrome')) { document.write("<script src='phonegap.js'><\/script>"); } </script>
(This way you don't have to remember to uncomment the script link for your build process.)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With