Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 0bcec73

Browse files
committed
try fix: update webpack, add usescleartexttraffic
Try to use suggestion at NativeScript/nativescript-cli/issues/3146#issuecomment-457689386. no luck
1 parent 5a5893b commit 0bcec73

File tree

4 files changed

+125
-123
lines changed

4 files changed

+125
-123
lines changed

App_Resources/Android/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
android:allowBackup="true"
2424
android:icon="@drawable/icon"
2525
android:label="@string/app_name"
26-
android:theme="@style/AppTheme">
26+
android:theme="@style/AppTheme"
27+
android:usesCleartextTraffic="true"
28+
>
2729

2830
<activity
2931
android:name="com.tns.NativeScriptActivity"

0 commit comments

Comments
 (0)