8

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.

4

1 回答 1

5

http://www.ipchicken.com/

但是没有

https://www.ipchicken.com/

在此处输入图像描述

错误的 URL 是这里的问题

于 2015-02-12T16:01:25.957 回答