Pradip Kharbuja
Pradip Kharbuja

Reputation: 3542

Infinite pop up error while using phonegap 1.3.0 with HTML5 and jquery to create android application?

I've been developing android application using html5, jquery and phonegap default provided by Dreamweaver cs5.5. It all works fine. But when I tried to use the latest version of phonegap 1.3.0., there are some prompt poping. The first one is ' gap : ["Network Status", "getConnectionInfo","Network Status0",true] '. And after this one, other appears ("usePolling gap_callbackServer:", "getPort ..." , "getToken"). Finally, there is one that doesn't disappear : "gap_poll". (refer to http://osdir.com/ml/phonegap/2011-09/msg01372.html). I tried including phonegap.jar. But the problem is still the same. What am I missing?

Upvotes: 2

Views: 835

Answers (2)

Pradip Kharbuja
Pradip Kharbuja

Reputation: 3542

This problem was due to error in upgrading phonegap. You need to upgrade whole phonegap plugin. Please follow the following link to upgrade phonegap in dreamweaver..

Phonegap in Dreamweaver CS5.5

Upvotes: 0

jordan koskei
jordan koskei

Reputation: 2789

Your description of the problem is brief But in my phonegap application, I use the network connectivity methods to check for the network i.e type etc. Your description of the problem means that some functions are being called without your knowledge. I would suggest you use something like Safari developer tool to trace your jscript logic to the point where this methods are being called then take further action

Upvotes: 1

Related Questions