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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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?