1
webview.getSettings().setLoadsImagesAutomatically(true); webview.getSettings().setJavaScriptEnabled(true); webview.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY); webview.loadUrl("http://www.google.com"); 

In above code i am getting output sorry webpage not available error.

2
  • 4
    make sure you have the <uses-permission android:name="android.permission.INTERNET" /> in the manifest Commented Sep 3, 2015 at 15:37
  • I guess he missing this Commented Sep 3, 2015 at 15:45

2 Answers 2

2

Add Internet permission in your manifest .If not works let me inform

Sign up to request clarification or add additional context in comments.

Comments

1

Add Internet permission in your manifest file.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.