在我的Sencha-tpuch/phonegap應用程序中,我希望我的應用程序不要改變其使用的設備的方向。我怎麼能抑制sencha-touch中的方向變化,或者我會準確地重寫什麼? thnx!sencha touch ::如何抑制取向變化
0
A
回答
2
0
在你的PhoneGap Xcode項目發現有文件MainViewController.m
找到函數
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
// Return YES for supported orientations
return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
}
而且是支持的方向返回。
相關問題
- 1. 徽章字體在sencha touch中變化
- 2. 如何用Sencha-touch鎖定方向?
- 3. Sencha Touch不初始化
- 4. Sencha Touch 2 - 如何獲取表單值?
- 5. Sencha Touch :: KitchenSink ::控制器如何實例化?
- 6. 如何向Sencha Touch中的選取器添加插入值?
- 7. Sencha Touch i18n
- 8. Sencha Touch 2分配變量
- 9. Sencha Touch全局變量
- 10. 改變顏色Sencha Touch Ext.TabPanel
- 11. Sencha Touch itemtap
- 12. Sencha Touch - 如何實施optgroup
- 13. Sencha Touch和PhoneGap
- 14. Sencha Touch JSONPReader
- 15. Sencha Touch Mocking
- 16. sencha-touch using ActionSheet
- 17. Sencha Touch讀取XML數據
- 18. Sencha touch xml讀取器
- 19. sencha touch Ext.Router
- 20. Sencha Touch 2 vs DHTMLX Touch
- 21. Sencha Touch XML
- 22. Sencha Touch + SharePoint
- 23. 鏈接http://cdn.sencha.com/touch/sencha-touch-2.2.1/sencha-touch-all.js不工作
- 24. Sencha Touch 2 TypeError
- 25. Sencha Touch 2 HtmlEditor
- 26. Cordova和Sencha Touch
- 27. Sencha Touch查詢
- 28. Ext.Ajax.request Sencha Touch
- 29. sencha touch getView()?
- 30. Sencha Touch Fastbook
謝謝你的回答。但我真的很感興趣,如果這可能在sencha tuch,而不是xcode或phonegap。 – headkit 2012-02-07 11:11:12
Sencha是**不可**。 – riship89 2012-02-07 16:52:41