简体   繁体   中英

WebView Error on net::ERR_CONNECTION_REFUSED

在此输入图像描述

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.

There is

http://www.ipchicken.com/

But there is no

https://www.ipchicken.com/

在此输入图像描述

Wrong URL is the problem here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM