Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "iOSManualTests" page has been changed by ShazronAbdullah: http://wiki.apache.org/cordova/iOSManualTests?action=diff&rev1=3&rev2=4 * Make sure in the project's Summary tab, you enable all orientations * Handle the event, and write out text to an element regarding the orientation angle while you rotate the device and observe the value * The value is read from '''window.orientation''', and valid values are: '''0, 180, -90, 90'''. The first two are portrait, the second two are landscape. + * Make sure you test this in the iOS 4.3 Simulator/Device as well as iOS 5 3. Test that you '''can rotate the device to an orientation''' when specified in the project's Info.plist * Cordova overrides '''- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation'''
