I would like to launch a javascript cordova application in ios (library 2.1). This application don't have problems to works in Android. But if I would like to launch the same in ios (I have just changed the cordova javascript library), I have just a black screen. It doesn't have problem's to built.
I have tested to launch the application in Safari and Firefox browser but I didn't have any javascript error. I have tested these methods
Phonegap - Javascript debugging in Xcode
and this method
http://jaydata.org/blog/debugging-a-phonegap-application
and this
but I didn't have error, only a black screen on the device.
I didn't have a big knowledge in phonegap with ios.