iOS Keyboard (inside UIRemoteKeyboardWindow) is Not Shown When UITextField Becomes First Responder in Touch ID Completion Block (iOS 10)

后端 未结 2 1108
自闭症患者
自闭症患者 2021-02-07 06:43

I\'ve recently discovered a problem in my app that only seems to occur in iOS 10 where the system keyboard does not display when programmatically triggering a text field to beco

相关标签:
2条回答
  • 2021-02-07 06:52

    As a temporary workaround, call becomeFirstResponder after a delay fixed this, however, not happy with the hacky solution.

    0 讨论(0)
  • 2021-02-07 07:02

    Looks like the issue occurring for different scenarios too - keyboard could be invisible even if you are selecting the textField manually after cancelling touchId alert.

    0 讨论(0)
提交回复
热议问题