I am building a PhoneGap App. Unfortunately, when deploying to iOS devices and simulators the deviceready event never fires. I\'m using Phonegap 2.2.0.
deviceready
I was having the same issue. I got it to work by adding the device plugin.
$ cordova plugin add org.apache.cordova.device
To verify:
$ cordova plugin ls