Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Sorry are you trying to load the remote website using super.loadUrl("(some.com/index.html");? – Simon MacDonald Jul 24 '12 at 18:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.