Skip to content

Commit

Permalink
Added android
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Feb 3, 2020
1 parent a0b7494 commit cc6ceac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ After this you need to open Android Studio and build the apk

`npx cap open android`


You may want to edit the /App/stc/main/AndroidManifest.xml and add these two lines
```
android:usesCleartextTraffic="true"
android:hardwareAccelerated="true"
```
in the 'application' tag



Expand Down

0 comments on commit cc6ceac

Please sign in to comment.