Keyboard change callback changed on iOS26

There are 2 textfileds.

When focus switches between these 2 fields,

On iOS18: it will call the keyboardWillShowNotification

On iOS26, it will NOT call this keyboardWillShowNotification.

Is it a bug or a feature?

demo project: https://github.com/willbin/TestKeyboard

screenshot:

Keyboard change callback changed on iOS26
 
 
Q