Search code examples
jqueryandroidcordovaandroid-2.2-froyoandroid-4.0-ice-cream-sandwich

Phonegap Android application infinite pop up error in Android 2.2 but not in Android 4.0.3


I'm working on a HTML5 + jQuery app for Android using phonegap. When I test it on an Android 4.0.3 device it works fine, but in Android 2.2 I get infinite gap_poll pop up messages.

Anyone knows how to solve this?


Solution

  • I came around this. I had to put the domain of the remote server I where the app I was calling is located on the whitelist on the cordova.xml file.