When I start my application, I keep getting alerts popups that are related to PhoneGap: gap_callbackServer, gap_poll, getToken, etc...

And then finally the "gap_poll" error keeps appearing, and whether you press 'OK' or 'Cancel', it keep going indefinitely.

If I exclude "phonegap.js" from my pages, everything goes fine, except that I can't use PhoneGap abilities. Any ideas?

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

having the same error but I just seem to have got past it now by making sure I was using the blackberry version of the phonegap.js file, - i had earlier just copied my android project which of course had the android version. The different platforms have different .js files.

link|improve this answer
2  
Is there a way I can include all versions of phonegap.js so the application can compile on all devices ? – raym0nd Jan 3 at 23:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.