Browse Source

Feature: lock orientation mode

pull/141/head
Jose Olarte III 5 days ago
parent
commit
59b13823c8
  1. 1
      android/app/src/main/AndroidManifest.xml
  2. 2
      ios/App/App/Info.plist

1
android/app/src/main/AndroidManifest.xml

@ -13,6 +13,7 @@
android:exported="true"
android:label="@string/title_activity_main"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBarLaunch">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

2
ios/App/App/Info.plist

@ -37,8 +37,6 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>

Loading…
Cancel
Save