Skip to content

Keyboard issue in android 14 #510

@Habinezajanvier

Description

@Habinezajanvier

Describe the bug

On Android 14, when opening a react-native-modalize bottom sheet that contains a TextInput, the keyboard overlays the bottom sheet instead of pushing it upward. This results in the input field being hidden behind the keyboard, making it unusable for the user. The expected behavior is for the bottom sheet to shift upwards, allowing the user to see and interact with the input field.

Reproduce

  • Open a modal using react-native-modalize with a TextInput inside.
  • Focus on the input to trigger the keyboard.
  • Observe the keyboard overlapping the bottom sheet content on Android 14.
  • This issue is not present on earlier Android versions.

Dependencies

  • react-native-modalize: 2.1.1
  • react-native: 0.80.1
  • react-native-gesture-handler: 2.24.0
  • OS: macOS 15.5
  • Device: Android 14 (tested on physical or emulator)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions