Allow for HTTP connections in Android Webviews

This commit is contained in:
Lei Nelissen
2021-02-07 23:26:45 +01:00
parent 66eb4bd61d
commit 3eab7793f5

View File

@@ -9,6 +9,7 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"