Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2018.4
2019.3
2019.3.0f6
2020.1
Issue ID
1216653
Regression
No
[Android] Selected UI GameObject is ignored when unfocusing from an Input Field
How to reproduce:
1. Download and open the attached project "1216653.zip"
2. Build and run the project on Android
3. Press the first Input Field
4. Press on any UI GameObject
Expected result: OnClick function of the pressed UI GameObject is performed
Actual result: Phone's keyboard gets disabled and no other functions are performed
Reproducible with:2017.4.36f1, 2018.4.17f1, 2019.3.1f1, 2020.1.0a22
Reproduced on devices:
VLNQA00202, Samsung Galaxy Note9 (SM-N9600), Android 9, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
VLNQA00124, Google Pixel 2 XL (Pixel 2 XL), Android 10, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
VLNQA00152, Huawei P9 (EVA-L19), Android 7.0, CPU: HiSilicon Kirin 955, GPU: Mali-T880
VLNQA00324, Sony Xperia T2 Ultra (D5303), Android 5.1.1, CPU: Snapdragon 400 MSM8226, GPU: Adreno (TM) 305
Notes:
Due to this issue, clicking the same Input Field 3 times will not enable the keyboard the second time.
The issue does not reproduce on iOS.
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
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- Dragging selector from selector row background shows preview but does not apply class in UI Builder
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
Resolution Note (2020.2.X):
Android uses a Dialog to handle the keyboard input and show/hide which swallows touches