I want to use Android Phonegap to develop an application to access a web site. So I run a simple Android Phonegap application to access an external website on 3G to try, but I got an error on Android phone: 'The connection to the server is unsuccessful (http://some.com/index.html)' when the 3G speed is about 400B/s.
If the 3G speed is above 500B/s, I can open the application successfully to access external websites in 3G. I think it looks impossible to access the website on 3G. I want to know how to use a Phonegap application to access external websites, can we only use Wifi?
Do you know of successful cases using Android Phonegap app to access websites on 3G? Thanks.