Search Issue Tracker
Fixed in 1.5.0 & 2.1.0
Votes
3
Found in [Package]
2018.4.0f1
2019.1.0a1
2019.1.10f1
2019.2.0a1
2019.3.0a1
Issue ID
1172632
Regression
Yes
[Mobile] Keyboard is not opened when an InputField which Content Type is Custom and Character Validation is Regex is clicked
To reproduce:
1. Download attached "bug_example.zip" project and open in Unity
2. Open "SampleScene" scene
3. Build for iOS
4. Deploy the Xcode project to the iOS device
5. When App is opened press on "Normal" InputField and notice that Keyboard is raised
6. Dismiss Keyboard
7. Press on "Bug" InputField
Expected result: When pressed on "Bug" InputField as on "Normal" InputField, Keyboard is raised
Actual result: When pressed on "Bug" InputField Keyboard is not raised
Notes:
- This issue happens on both iOS and Android (Mono and IL2CPP)
Tested with:
- iPhone 7, iOS: 10.2 - Reproduced
- iPhone 8 Plus, iOS: 12.2 - Reproduced
- VLNQA00121, Samsung Galaxy S9 (SM-G960F), Android 8.0.0, CPU: Exynos 9 Series 9810, GPU: Mali-G72 - Reproduced
Reproduced on Unity 2018.4.0f1, 2018.4.5f1, 2019.1.13f1, 2019.2.0f1 and 2019.3.0a11
Not reproduced on Unity 2018.3.14f1
Regression on Unity 2018.4.0f1
Comments (1)
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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
TheKyra
Jun 11, 2020 10:14
Same here, when I click an Input Field with regex validation, it is not opened.
¿Did you find any solution?