When I call .focus() on one of my text inputs or textareas, the iPhone keyboard does not automatically appear.
Tested on iOS 13 and iOS 14 and keyboards shows up on iOS 12. After some investigations found in APPLE documentation that property called keyboardDisplayRequiresUserAction is deprecated starting from iOS versions greater than 12.
Tested on iOS 13 and iOS 14 and keyboards shows up on iOS 12. After some investigations found in APPLE documentation that property called keyboardDisplayRequiresUserAction is deprecated starting from iOS versions greater than 12.