iPhoneKeyboard.autorotateToPortraitUpsideDownstatic var autorotateToPortraitUpsideDown : booleanDescriptionSpecifies whether the keyboard should be automatically rotated to PortraitUpsideDown orientation to match orientation of the device.
// Disallow keyboard to autorotate to PortraitUpsideDown orientation
function Start() { iPhoneKeyboard.autorotateToPortraitUpsideDown = false; } |
