Add the internet access permission in manifest tag:
<uses-permission android:name="android.permission.INTERNET" />
Add this code in manifest application tag:
android:usesCleartextTraffic="true"
Note: This will allow HTTP and HTTPS to load in your webview. It is best to load the WebView in HTTPS as this prevents load problems and increases Ad revenue (High CPM and Video Fill-rate).