Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebView Error on net::ERR_CONNECTION_REFUSED

enter image description here

This is the code snippet that I use

final WebView webVu=(WebView)findViewById(R.id.webView1);
webVu.loadUrl("someURL");
webVu.getSettings().setJavaScriptEnabled(true);

I tried so many solutions like setting the correct date time and all on AVD.

Giving internet permissin in manifest

<uses-permission android:name="android.permission.INTERNET" />

But nothing worked so far.

like image 978
user3091530 Avatar asked Feb 12 '15 15:02

user3091530


1 Answers

There is

http://www.ipchicken.com/

But there is no

https://www.ipchicken.com/

enter image description here

Wrong URL is the problem here

like image 84
Durai Amuthan.H Avatar answered Oct 08 '22 13:10

Durai Amuthan.H