Search Issue Tracker
By Design
By Design in 2023.2.X
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.
Resolution Note (2023.2.X):
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.