Search Issue Tracker
Fixed
Fixed in 2021.3.46f1, 2022.3.53f1, 6000.0.26f1, 6000.1.0a3, 7000.0.0a8
Votes
1
Found in
2021.3.41f1
2022.3.39f1
6000.0.12f1
7000.0.0a1
Issue ID
UUM-77509
Regression
No
[iOS] TouchScreenKeyboard allows an extra character when characterLimit is set
How to reproduce:
1. Open the attached Project "ReproProject"
2. Add the Scene "Scene1" to the Scene List
3. Build and Run on an iOS device
4. In the Player press the Button "OpenKeyboard"
5. Type as many characters as you are allowed with the opened Keyboard
Expected result: 5 characters are allowed to be typed
Actual result: 6 characters are allowed
Reproducible with: 2021.3.41f1, 2022.3.39f1, 6000.0.12f1
Reproduced on:
- iPhone 13 Pro (iOS 16.6.1)
Did not reproduce on:
- VLNQA00122, Samsung Galaxy S9 (SM-G960F), Android 10, CPU: Exynos 9 (9810), GPU: Mali-G72
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
- [WebGPU] error with compute shader and read-only RWTexture
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
Resolution Note (fix version 7000.0.0a8):
Fixed the character limit of the keyboard shown with TouchScreenKeyboard.Open.
Resolution Note (fix version 6000.1.0a3):
Fixed the character limit of the keyboard shown with TouchScreenKeyboard.Open.
Resolution Note (fix version 6000.0.26f1):
Fixed the character limit of the keyboard shown with TouchScreenKeyboard.Open.
Resolution Note (fix version 2022.3.53f1):
Fixed the character limit of the keyboard shown with TouchScreenKeyboard.Open.
Resolution Note (fix version 2021.3.46f1):
Fixed the character limit of the keyboard shown with TouchScreenKeyboard.Open.