Unanswered: cordova15 and TC20 build works for iPad but not iPhone emulator
Unanswered: cordova15 and TC20 build works for iPad but not iPhone emulator
We use Sencha Touch 2.0 to build our webapp and natively package with Cordova (phonegap) 1.5. When testing in iPad, it works fine. The same build and package deployed in iPhone emulator, it gives a blank screen. There is no error in the console. Could anyone share some thought on what could be wrong?
My index.html has links remotely to scripts and css, for example, something like this:
Cordova-1.5.0.js is under the folder www. When packaging, I guess iPhone emulator can access that. Another note is if I put "hello world" between the <body> tag, it shows up fine. So I don't get why iPad works but iPhone doesn't. They both use the same webkit engine, right?