Skip to content

[Bug] When switching between inputs, the focused input bounces out of view #571

Open
@subhyde

Description

@subhyde

Description

When the email field is selected, and i click on the password field the scrollview will scroll down appropriately, but bounces back up, which covers the entire password input

If I click on the password field first, the issue does not happen.

Example:

Simulator.Screen.Recording.-.iPhone.14.Pro.Max.-.2023-09-18.at.16.47.25.mp4

Code snippet

  <KeyboardAwareScrollView extraScrollHeight={-insets.bottom}>
   {...input data}
  </KeyboardAwareScrollView>

note: Extra scroll height prop is just because I'm using a safe area view. Removing SafeAreaView does not fix the bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions