画面の向き

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard
Not for use with personal data

WCAG 2.1 - 1.3.4 AA Impact - Serious

ビューはユーザーの希望する表示向きに従うべきです。

影響

一部の人々は、携帯電話やタブレットを固定された向きで車椅子に取り付けています。もしその向きがサポートされない場合、この人にとってアプリの使用が不可能になります。

確認

  1. デバイスを縦向きから横向きに回転させます
  2. 次のいずれかが発生します。
    • アクセス不能: 縦向きのままで、横向きに回転しません。
    • アクセス可能: 縦向きから横向きに回転します。

解決方法

UIKit、SwiftUI、React Native

Xcodeプロジェクトまたはワークスペースを開きます。その中で Project Navigator メインプロジェクトファイルを選択します。プロジェクト設定パネルがメインウィンドウに開きます。 Target Listアプリケーションのターゲットを選択します。 General タブを開きます。「 Deployment Info 」セクションを見つけて、 Device Orientation が縦向きと少なくとも一つの横向きバリエーションが選択されていることを確認します。 Screenshot of xCode where the `General` tab is selected for the application target, and the `Deployment Info` section and its `Device Orientation` options are displaying.