-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
On iOS, calling an overlay while the keyboard is open closes the keyboard. After dismissing the overlay, the keyboard opens again. Is there a reason why this is? Or can this be considered a bug?
STEPS
- Navigation.push screen with textinput
- Focus textinput to load keyboard
- Navigation.showOverlay component (in our case a notification type component with smallish size)
RESULT
As soon as the overlay loads, the keyboard and textinput collapse. When the overlay is dismissed, the keyboard and textinput expand again.
We're using overlays for in-app notifications so this is quite bothersome for the end user in this instance.
Environment
- React Native Navigation version: ^2.0.2513
- React Native version: 0.55
- Platform(s) (iOS, Android, or both?): iOS
- Device info (Simulator/Device? OS version? Debug/Release?): iOS 10/11
alexandrepalagem and FRizzonelli