0

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?

mornaner
  • 2,424
  • 2
  • 27
  • 39

1 Answers1

0

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.

mornaner
  • 2,424
  • 2
  • 27
  • 39