Search Issue Tracker
By Design
Votes
0
Found in
2021.3.26f1
2022.3.1f1
2023.1.0b19
2023.2.0a18
Issue ID
UUM-40286
Regression
No
[Android] The keyboard is hidden when the screen is touched outside the designated keyboard area
Reproduction steps:
1. Open the attached project “InputProject”
2. Build and run the Project on Android
3. Click on the InputField and wait for the keyboard to pop up
4. Click on any part of the screen outside the keyboard area
5. Observe the keyboard behaviour
Expected result: The Keyboard remains visible
Actual result: The Keyboard loses focus and is hidden
Reproducible with: 2021.3.26f1, 2022.3.1f1, 2023.1.0b19, 2023.2.0a18
Reproducible with these devices:
VLNQA00518 - Google Pixel 4 (Pixel 4), CPU: Snapdragon 855 SM8150, GPU: Adreno 640, OS: 12
VLNQA00414 - Galaxy Note10+ 5G (SM-N976V), CPU: Snapdragon 855 SM8150, GPU: Adreno 640, OS: 9
VLNQA00278 - Xiaomi Redmi Note 7 (Redmi Note 7), CPU: Snapdragon 660, GPU: Adreno 512, OS: 9.0.0
VLNQA00139 - Vivo Xplay6 (vivo Xplay6), CPU: Snapdragon 820 MSM8996, GPU: Adreno 530, OS: 7.1.1
VLNQA00132 - Xiaomi Mi 5s (MI 5s), CPU: Snapdragon 820 MSM8996, GPU: Adreno 530, OS: 6.0.1
Tested with: Intel macOS 13.3.1
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note:
This is how Unity works on all platforms. This behaviour is controlled by UI system. If you would open keyboard trough API (TouchScreenKeyboard.Open()) the keyboard would stay open when touch happens outside UI element.