> cordova.js goes in you <head>. I don't see how an iframe could get loaded > before it.
Is that always the case? A lot of people consider it a best practice to include all script files at the end of the <body> for performance reasons: http://developer.yahoo.com/performance/rules.html#js_bottom In that situation the <iframe> tag would be before the cordova.js <script> tag. Bas
