Skip to content

[V2] Overlay closes and opens keyboard on iOS #3892

@pribeh

Description

@pribeh

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions