I am upgrading an app from PhoneGap 1.9 to PhoneGap 3.0. The console.log() function is not working anymore. Previously, the ouput was written in the XCode console. What\'s t
I've found JSconsole.com extremely useful for remotely capturing console logs from mobile devices.
Heres how you set it up:
In you apps index.html, Include(change the ID):
:listen
Open your app on your mobile device, you will see console logs on your computer.