Skip to content

Commit

Permalink
fix: mode portait uniquement
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoblanc committed Aug 13, 2019
1 parent 92c0332 commit babbeea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="deployment-target" value="10.0" />
<preference name="target-device" value="handset" />
<preference name="Orientation" value="portrait" />
<platform name="android">
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
<application android:networkSecurityConfig="@xml/network_security_config" />
Expand Down

0 comments on commit babbeea

Please sign in to comment.