diff --git a/docs/next/improvingux.html b/docs/next/improvingux.html index 86fbaa206f6..6df85dbde87 100644 --- a/docs/next/improvingux.html +++ b/docs/next/improvingux.html @@ -14,6 +14,7 @@
  • Manage layout when keyboard is visible
  • Make tappable areas larger
  • Use Android Ripple
  • +
  • Screen orientation lock
  • Learn More

  • @@ -42,7 +43,7 @@

    Try it on your phone

    Screen orientation lock

    -

    Unless supporting both, it is considered good practice to lock the screen orientation to either portrait or landscape. On iOS, in the General tab and Deployment Info section of Xcode enable the Device Orientation you want to support (ensure you have selected iPhone from the Devices menu when making the changes). For Android, open the AndroidManifest.xml file and within the activity element add 'android:screenOrientation=”portrait”' to lock to portrait or 'android:screenOrientation=”landscape”' to lock to landscape.

    +

    Unless supporting both, it is considered good practice to lock the screen orientation to either portrait or landscape. On iOS, in the General tab and Deployment Info section of Xcode enable the Device Orientation you want to support (ensure you have selected iPhone from the Devices menu when making the changes). For Android, open the AndroidManifest.xml file and within the activity element add 'android:screenOrientation="portrait"' to lock to portrait or 'android:screenOrientation="landscape"' to lock to landscape.

    Learn more

    Material Design and Human Interface Guidelines are great resources for learning more about designing for mobile platforms.

    ← AccessibilityTimers →

    React Native

    0.54

    React Native

    0.54

    React Native

    0.54

    React Native

    0.54