Showing posts with label Errors and Solutions #40. Show all posts
Showing posts with label Errors and Solutions #40. Show all posts

Wednesday, April 11, 2012

Web page not available while using Android WebView

Error

"Web page not available"

while using Android WebView

Solution

Add the following permission tag in the manifest file, also make sure it is placed directly after the manifest tag not inside Application or Activity tags

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