Appcelerator - Rotating iPhone Simulator Does Not Change App Orientation
iPhone simulator allow you to rotate the hardware by going to iPhone Simulator menu Hardware -> Rotate Left or Rotate Right
But, you may experience hardware device rotated but not the app when you are using appcelerator.
At first look, it seems like the simulator fault. However, please check your tiapp.xml and make sure the following are in.
But, you may experience hardware device rotated but not the app when you are using appcelerator.
At first look, it seems like the simulator fault. However, please check your tiapp.xml and make sure the following are in.
<orientations device="iphone"> <orientation>Ti.UI.PORTRAITorientation> <orientation>Ti.UI.UPSIDE_PORTRAITorientation> <orientation>Ti.UI.LANDSCAPE_LEFTorientation> <orientation>Ti.UI.LANDSCAPE_RIGHTorientation>orientations>
Have a quick question about this.
ReplyDeleteI have this in my tiappx.sml file -
Ti.UI.PORTRAIT
because I want all of my app to be portrait only.
I've just been asked to include you tube videos - and they play fine, however when you rotate the simulator - they don't switch to landscape, they play sideways (expected because of this setting)
is there a way to tell a singe screen that its ok to go landscape?
I think you can try a few qay
ReplyDelete1. At each Activity tag, define android:screenOrientation="landscape"
2. At each of the window, specify Titanium.UI.Window.orientationModes
See http://developer.appcelerator.com/apidoc/mobile/1.8.2/Titanium.UI.Window.orientationModes-property.html
By learning IOS you can able to create build views. You can handle user interaction via controls like buttons, switches, and sliders etc. We can also able to display data in a table view. You can create alert boxes, handle navigation and transition between views. You can also follow iOS App Development online Course India
ReplyDelete