Phonegap deviceready not firing using Cordova 2.2.0 in iOS

前端 未结 5 2064
失恋的感觉
失恋的感觉 2021-01-02 06:59

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.

5条回答
  •  遥遥无期
    2021-01-02 07:12

    I discovered that if you accidentally include the cordova.js script twice, then the deviceready event does not fire.

提交回复
热议问题