Skip to content

Commit a931cb9

Browse files
Zdravko BranzovZdravko Branzov
authored andcommitted
fix: vue demo traffic permission issue on Android
1 parent 3b36b96 commit a931cb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo-vue/app/App_Resources/Android/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<uses-permission android:name="android.permission.INTERNET"/>
2020

2121
<application
22+
android:usesCleartextTraffic="true"
2223
android:name="com.tns.NativeScriptApplication"
2324
android:allowBackup="true"
2425
android:icon="@drawable/icon"

0 commit comments

Comments
 (0)