Search Issue Tracker
Fixed in 2017.2.0f3
Won't Fix in 5.4.X, 5.5.X, 2017.1.X
Votes
62
Found in
5.3.1f1
Issue ID
758761
Regression
No
When pressing outside the touchscreen keyboard on Android devices, wasCanceled state is false
It is impossible to distinguish between pressing "DONE"/"OK" on the touchscreen keyboard and pressing outside the keyboard area on Android devices. Pressing outside the keyboard is an indication of the user wanting to cancel.
Reproduction steps:
1. Open the attached project
2. Build on Android device
3. Press outside the touchscreen keyboard
4. Notice that the canceled state is false
Note: When clicking the back button canceled state is true, but the done state is also true.
Fixed in: 2017.2.0b2
Introduced new API: TouchScreenKeyboard.status which returns an enum (Visible, Done, Canceled, LostFocus) for keyboard actions.
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
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
- Depth Texture Mode "After Opaques" breaks when "Full Screen Pass Renderer Feature" is added
tobihoffmann
Dec 09, 2021 15:41
This bug is appearing in 2020.3.13f1
Vagabond_
Jun 01, 2021 11:31
How you have this fixed as it's still the same issue in 2020.1.17f1 ?
Markanime
Jan 28, 2021 10:17
it's not fixed on 2017.4.40f1
cozyurt_unity
Jul 17, 2020 13:58
kedi maması köpek maması www.patilimama.com
Hiepvn
May 16, 2020 12:10
Still not fixed on 2018.4.22f1
JJunior
May 11, 2020 03:32
Still not fixed on 2019.3
sophieannebusog3
Apr 24, 2019 12:05
This issue hasn't been resolved yet!
LoTher05
Apr 15, 2019 07:57
Still not fixed with Unity 2018.
kefrens
Mar 19, 2018 13:38
Severe problem but still not fixed in Unity 5.6.x!
Andrey-Postelzhuk
Feb 16, 2018 12:45
Correction to the previous comment. Bug is fixed in the Unity if 'status' property is using. But NGUI UIInput class uses old properties.