I’m writing a PhoneGap application, and it’s already works on Android, but on iPhone something fails.
What’s even more unfortunate is I can’t see the console.log outputs to see what’s wrong.
I can do alerts, but that’s not sufficient as I can’t catch the errors.
Under Android I see everything under the LogCat window. Is there anything similar in iPhone/ios?
Thanks.
For web development on mobile I use Weinre for debugging. It redirects console.log to a remote debugging window, and should work with Phonegap.