I am new to PhoneGap, and I am building an app using PhoneGap + JQuery Mobile (cordova-1.7.0rc1).
trying to use the camera API and I run the app on the iPhone and everything works great. trying to connect my iPad and test the app but I see this in the log:
Error: executing module function 'setInfo' in module 'cordova/plugin/ios/device'. Have you included the iOS version of the cordova-1.7.0rc1.js file?
looked in PhoneGap site and they have only one JS for all iOS devices.... what am I missing?
thanks for your help in advance.