From ecf0b9568959d3474fc06f4e14a1f19268aa1ded Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 19 Mar 2018 00:37:53 +0000 Subject: [PATCH] Deploy website Deploy website version based on b02a6f77768d27c497b5fa862d6ee5de690c425d --- docs/next/improvingux.html | 3 ++- en/help.html | 2 +- help.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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 →