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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.