no device ready and no console.log with xcode using cordova 1.5
问题 This is all the code I have and I do not get neither the logs in xcode nor the deviceReady event (which I don't get on any other platform either. On Ubuntu+Android+Eclipse I do get the console logs, but no deviceReady. nor in chrome ) The js/cordova-1.5.0.js exists and being loaded as indicates an alert statement i've put in there. Any clues where should I look ? Thanks in advance ;) <div id="d"></div> <script> function foo() {console.log('test'); document.getElementById('d').innerHTML +=