私の環境では、Sencha-touch & PhoneGap を使用しています。垂直で方向をロックできますか。ユーザーが操作に横方向を使用したくない。
launch: function() {
// Destroy the #appLoadingIndicator element
Ext.fly('appLoadingIndicator').destroy();
// Initialize the main view
Ext.Viewport.add(Ext.create('ebook.view.Main'));
},
ランチ機能にコントロールや設定を追加する必要がありますか? または、コントロールを main.js に追加する必要があります。私の目的は、「垂直方向」の向きをロックしたいということです。誰でも私を助けることができます。ありがとうございました。
その他の参考資料: 「package.json」で以下のコードを見つけました。「landscapeLeft」と「landscapeRight」を削除して再構築すると、同じ結果が得られました。ユーザーの向きをロックできません。
/**
* @cfg {Array[String]} orientations
* @required
* This is orientations that this application can run.
*/
"orientations": [
"portrait",
"landscapeLeft",
"landscapeRight",
"portraitUpsideDown"
]