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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With