Issue with UIKeyboardDidChangeFrameNotification: not receiving notification sometimes [APPLE DEV FORUMS]
Thu, 02 Sep 2021 06:12:46 GMT
JayZhang
Hello, I am developing a custom keyboard. Our team have been having trouble with the UIKeyboardDidChangeFrameNotification. I am looking for some help.
My keyboard extension changes its height when certain functions are triggered by the user. However, the hosting app do not always get the
UIKeyboardDidChangeFrameNotification on keyboard height changes, which causes layout problems in the host.
My setup is: Xcode 12.5.1, iOS 14.2 on iPhone 12 mini. I debugged with a UITextField in a dummy application.
The problem can be reproduced with the following steps:
Launch the keyboard in the dummy app.
...