Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ionic Framework、ionicframework.com、電話で画面の向きのみを「縦」のみ表示し、タブレットで画面の向きのみを「横」のみで表示するにはどうすればよいですか?
config.xml<preference name="orientation" value="portrait" />に設定を追加するのがよいようです。Cordova 3.4.1 以降で動作します。
<preference name="orientation" value="portrait" />
アプリの javascript で screen.orientation を直接使用する方が柔軟ですが、電話ではまだ広くサポートされていないようです。