kuzn-ilya / ryazan

Ryazan mobile application
MIT License
3 stars 3 forks source link

Opening search input does not work well on iOS #102

Closed lxndr closed 4 years ago

lxndr commented 4 years ago

After pressing the search button, search input is shown for a split second and hidden back again. Sometimes it works as intended.

lxndr commented 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.