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.
Phonegapを使用してBlackberryアプリを開発しています。この場合、ランドスケープモードを無効にして、ポートレートモードのみを許可するにはどうすればよいですか?
設定ファイルに以下のコードを追加します:-
<feature id="blackberry.app" > <param name="orientation" value="portrait" /> </feature>
お役に立てれば。
設定ファイルを更新し、以下のコードを追加します
<preference name="orientation" value="portrait" />
そして詳細にあなたは見るかもしれません
http://cmer.uoguelph.ca/freshlabs/Lab5A.pdf