I am struggling to print to the Xcode console using console.log.
It works perfectly fine from index.html, but it doesn’t work from other html files.
I might be able to solve this issue by using a single html file, but wanted to know if there’s a way to fix this while using separate html files ? (I am using Phonegap 2.1.0, Jquery Mobile 1.2.0 and Xcode 4.3.3)
Thanks!
I ended up solving this by moving my code to the index.html file. Sadly, it just didn’t work in separate html files.