- Home /
Input Text Rotated incorrectly... is this a BUG?
The keyboard itself is rotated correctly to landscape, but the input box is rotated to portrait mode [see image below]... Are we simply not supposed to use keyboard input in landscape mode? BTW this code doesn't correct it:
iPhoneKeyboard.autorotateToPortrait = false; iPhoneKeyboard.autorotateToPortraitUpsideDown = false; iPhoneKeyboard.autorotateToLandscapeRight = false; iPhoneKeyboard.autorotateToLandscapeLeft = true; // NOTE- TRUE
The same problem occurs when using both/either GUI.TextField or GUI.Button and iPhoneKeyboard. There have been several posts about this but no fix. Please help SIGSOM and I fix this!
please help and thank you! xian
Seeing the same here; game & GUI is in landscape, but tapping a GUI.TextField the keyboard shows up in Landscape & the entry box is in portrait.
Need a solution :)
Answer by Wozik · Feb 25, 2010 at 11:19 AM
We were unable to reproduce this case on our end so Aurimas asked you for a repro case on forums.
Your answer
Follow this Question
Related Questions
iPhoneKeyboard.Open cannot handle multiple entries. Is it a bug? 1 Answer
Input system looses keypress after a few frames [BUG?] 0 Answers
How do you bring up the mobile keyboard without this area? 1 Answer
How do I remove the Top Bar from the iPhone Keyboard? 1 Answer
Keyboard Input Question 1 Answer