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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
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?