Phonegap HTML app and various alerts hang browser

前端 未结 3 588
刺人心
刺人心 2021-01-31 02:12

When testing phonegap app, I get the following three alerts and the browser just hangs. Running app from server. Many times these alerts popup before the Ripple plugin can sta

3条回答
  •  太阳男子
    2021-01-31 02:57

    You just need to comment out this line on cordova.js :

    return prompt(argsJson, 'gap:'+JSON.stringify([service, action, callbackId]));

    which is on line 4184 when using Phonegap 2.9.0-0 (Android)

    Uncomment before deploying to the device for production

提交回复
热议问题