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
- Scrollbar in "My Assets" detail window appears compressed/cut off
- Crash on object:runtime_invoke_void__this__ when opening a specific project
- Circle-shaped rendering artefacts visible in Local Volumetric Fog boundaries box in Scene view when Fog Distance is lower than 1
- “Fog Distance” property name and description is unclear in the Inspector window
- Crash with multiple stack traces when using Burst-Compiled Span.Fill()
Resolution Note (2020.2.X):
Android uses a Dialog to handle the keyboard input and show/hide which swallows touches