Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.3f1
Issue ID
1098228
Regression
No
[iOS][IMGUI] Character Limit prevents entering Chinese keyboard input
When entering Chinese text, a standard Latin keyboard and autocorrect is used. Text entered in Latin letters is replaced with a Chinese alphabet equivalent. For example, 'yang' will be replaced with '杨'. However, in iOS, the char limit prevents entering a longer Latin alphabet equivalent.
Steps:
1. In iOS device add Chinese Keyboard: Settings > General > Keyboard > Keyboards > Add New Keyboard... > Chinese (Simplified) - Pinyin
2. Build and Run attached project ("Input field.zip") for iOS
3. In Player: click on Text Box
4. Switch to Chinese keyboard
5. Enter 'yang ' (with space) 7 times. Notice: after clicking space, 'yang' is converted to '杨'
Expected: it is possible to enter '杨' 7 times as the char limit is set to 7.
Actual: after entering 4 times, 5th time the user is prevented for entering 'yang', as a result, autocorrect doesn't work and it can't be replaced with '杨'.
Reproduced with: 2017.4.15f1, 2019.1.0a8.
Tested with: iPad Mini 4, iOS11.0.
Note: not reproducible in Editor, Standalone, Android.
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
TouchScreenKeyboard will be replaced by implementation from new input system, where user will have full control of implementation.