This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] Calling Focus on an input field does not bring up keyboard in iOS. #8952
Labels
e/4 🕓
4
p/iOS 🍎
t/bug 🐛
up-for-grabs
We welcome community contributions to any issue, but these might be a good place to start!
Description
Calling focus from code behind on an input element (Entry, DatePicker, TimePicker) does not display the keyboard to the user. Element is still focused, and manually tapping the element after this does not bring up the keyboard either as the element still has focus.
Works as expected in Android, but not iOS.
Steps to Reproduce
Expected Behavior
Second Entry field receives focus and displays the keyboard for typing.
Actual Behavior
Second Entry field receives focus, but no keyboard is displayed. Tapping the second entry again does not display the keyboard either since the entry still has focus.
Basic Information
Screenshots
Reproduction Link
https://github.com/Nathan-Coit/XamarinFocusKeyboardSample
The text was updated successfully, but these errors were encountered: