写真 2015-08-04 10 15 10

AndroidとiPhone、iPad、それぞれやり方が違う。

Androidの場合
■config.xml
[xml] … 縦
または … 横
[/xml]

iOSの場合
■MonacaApp-Info.plist
詳細は、Monaca MonacaApp-Info.plistを参照。
[xml]
UISupportedInterfaceOrientations … iPhone

UIInterfaceOrientationLandscapeLeft … ホームボタンを左に横
または
UIInterfaceOrientationLandscapeRight … ホームボタンを右に横
または
UIInterfaceOrientationPortraitUpsideDown … ホームボタンを下に縦
または
UIInterfaceOrientationPortrait … ホームボタンを上に縦

UISupportedInterfaceOrientations~ipad … iPad
:
: 以下同じ
:
[/xml]

Recommended Posts