Files
react-navigation/packages
marhaupe 1169ed0946 fix: android textinput gets blurred after navigating back
When navigating from ScreenA to ScreenB and then back to ScreenA,
react-navigation unconditionally calls `Keyboard.dismiss()`.
If the user is fast enough and taps on a `TextInput` after coming
back from ScreenB, the keyboard opens, just to be dismissed again.
This would also happen if some logic automatically focuses the
`TextInput` in ScreenA. This behaviour can be seen observed in
https://snack.expo.io/lTDZhVNhV.
2020-11-04 22:35:57 +01:00
..
2020-11-04 13:24:15 +01:00
2020-11-04 13:24:15 +01:00
2020-11-04 13:24:15 +01:00
2020-11-04 13:24:15 +01:00
2020-11-04 13:24:15 +01:00
2020-11-04 13:24:15 +01:00
2020-11-04 13:24:15 +01:00
2020-11-04 13:24:15 +01:00
2020-10-28 22:21:16 +01:00