Search Issue Tracker
Fixed
Votes
1
Found in
4.6.2p1
Issue ID
670115
Regression
No
iOS: Screen rotation breaks on-screen keyboards
Changing the screen orientation by setting a value to Screen.orientation breaks the input field in an on-screen keyboard (TouchScreenKeyboard).
- Change the Screen.orientation value while an on-screen keyboard is present. Then the keyboard will be closed without any user operation.
- It can be reopened by setting true to TouchScreenKeyboard.active. However it shows only the keyboard buttons without the input field.
- The input field continues to be hidden until changing the screen orientation again.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Importer Worker does not see Script reference in SubScene GameObject when clearing Entity Cache
- Gravity stops working when there are 2 or more Animation Layers in the Animator and the "Apply Root Motion" option is enabled
- Crash on ScriptingInvocation::Invoke<bool> when toggling "Deep Profile"
- Cinemachine Camera does not move along Spline when the Cinemachine Cart Spline Components Position Units are set to Knots or Normalized
- App build fails with the “GOT load reloc does not point to a LDR instruction” error when having ECS and Netcode packages if using Xcode 15
rijkens
Sep 13, 2017 15:49
I am experiencing this problem in Unity 2017.1.0 !