Maciej S
04/18/2023, 11:05 AMnavController.popBackStack()
. It takes a good half a second for the keyboard to hide though after the new screen is already visible. Is that expected behaviour?
I also tried hiding the keyboard explicitly before navigating back, by calling keyboardController?.hide()
first, but that’s even worse. The keyboard disappears immediately as expected, but then reappears for a split second when the new screen is visible, only to go away again (the new screen should never show the keyboard).FunkyMuse
04/18/2023, 11:52 AMMaciej S
04/18/2023, 12:38 PMHalil Ozercan
04/18/2023, 2:34 PMkeyboardController.hide
is definitely unexpected. Can you please file a bug?Maciej S
04/19/2023, 10:07 AMkeyboardController?.hide()
behaviour I described seems to be unrelated to navigating away from the screen, and is not reproducible on all APIs. I filed a bug here.