Closed lxndr closed 4 years ago
The problem is, if software keyboard is not enabled in iOS emulator, it fires keyboardWillHide
and keyboardDidHide
when input gets focused. Enabling the keyboard fixes this issue. I believe it only happens in the emulator.
After pressing the search button, search input is shown for a split second and hidden back again. Sometimes it works as intended.