"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>
Tweet