0
Q:

nativescript orientation

<activity android:name="com.tns.NativeScriptActivity" 
 ... 
 android:screenOrientation="portrait">
0
<key>UISupportedInterfaceOrientations</key>
<array>
  <string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
  <string>UIInterfaceOrientationPortrait</string>
  <string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
0

New to Communities?

Join the community