- Home /
Mobile Keyboard Scales Screen
I have a Canvas with a panel with a couple InputFields on it. I am building for Android. I have Unity 4.6.
When I tap in the InputField the Android keyboard comes up.
The entire screen scales (scrunches up towards the top of the screen) so that the keyboard will fit under it.
I don't want this to happen. I want the screen to just stay the same size. I made the controls in such a way that the input fields are all at the top and will not be covered by the keyboard.
Does anyone know how to stop this behavior?
Answer by vpodmurnyi · Feb 28, 2015 at 07:56 PM
I have found the problem.
You can disable Status Bar hidden in Player Setting.
Check screenshots, I think it is a bug. As you can see if the status bar is enabled, bug occurs otherwise all is healthy.